Html Css Color HEX #0A880C Green

📋 copy color: '#0A880C'

red 10 ◦ green 136 ◦ blue 12

#0A880C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #0A880C

Tints of Green #0A880C

RGB

 RED value IS 10 (4.3% from 255) = 6.33%

 GREEN value IS 136 (53.52% from 255) = 86.08%

 BLUE value IS 12 (5.08% from 255) = 7.59%

R = 6.33%
G = 86.08%
B = 7.59%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0A880C (or 0x0A880C) is known color: Green. HEX triplet: 0A, 88 and 0C. RGB value is (10,136,12). Sum of RGB (Red+Green+Blue) = 10+136+12=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 136 (53.52% from 255 or 86.08% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 136 - color contains mainly: green. Hex color #0A880C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A880C is #F577F3. Grayscale: #545454. Windows color (decimal): -16087028 or 821258. OLE color: 821258.

HSL color Cylindrical-coordinate representation of color #0A880C: hue angle of 120.95º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A880C is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 136 12 -
CMYK 0.93 0 0.91 0.47
HSL 120.95º 0.86% 0.29% -
HSV(B) 120.95º 0.93% 0.53% -
XYZ 9 17.7 3.29 -
YUV 84.19 87.26 75.08 -
System Red Green Blue C M Y K H S L
Decimal 10 136 12 0.93 0 0.91 0.47 120.95 0.86 0.29
Hex A 88 C 5D 0 5B 2F 79 56 1D
Octal 12 210 14 135 0 133 57 171 126 35
Binary 1010 10001000 1100 1011101 0 1011011 101111 1111001 1010110 11101

Color Harmonies of #0A880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A880C

Black with #0A880C

Text Example


Text Example

White with #0A880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A880C; }

 p { color: rgb(10,136,12); }

 H1.HeaderClassName
 {
   color: #0A880C;
 }
 .AnyTagClassName
 {
   color: #0A880C;
 }
</style>

background-color css

<style>
 a { background-color: #0A880C; }

 a { background-color: rgb(10,136,12); }

 div.DivClassName
 {
   background-color: #0A880C;
 }
 .BgClassName
 {
   background-color: #0A880C;
 }
</style>

border-color css

<style>
 span { border-color: #0A880C; }

 span { border-color: rgb(10,136,12); }

 td.TdClassName
 {
   border-color: #0A880C;
 }
 .TagClassName
 {
   border-color: #0A880C;
 }
</style>