Html Css Color HEX #0C8E18 Forest Green

📋 copy color: '#0C8E18'

red 12 ◦ green 142 ◦ blue 24

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

Shades of Forest Green #0C8E18

Tints of Forest Green #0C8E18

RGB

 RED value IS 12 (5.08% from 255) = 6.74%

 GREEN value IS 142 (55.86% from 255) = 79.78%

 BLUE value IS 24 (9.77% from 255) = 13.48%

R = 6.74%
G = 79.78%
B = 13.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#0C8E18 (or 0x0C8E18) is known color: Forest Green. HEX triplet: 0C, 8E and 18. RGB value is (12,142,24). Sum of RGB (Red+Green+Blue) = 12+142+24=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 142 (55.86% from 255 or 79.78% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 142 - color contains mainly: green. Hex color #0C8E18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8E18 is #F371E7. Grayscale: #5A5A5A. Windows color (decimal): -15954408 or 1609228. OLE color: 1609228.

HSL color Cylindrical-coordinate representation of color #0C8E18: hue angle of 125.54º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8E18 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB 12 142 24 -
CMYK 0.92 0 0.83 0.44
HSL 125.54º 0.84% 0.3% -
HSV(B) 125.54º 0.92% 0.56% -
XYZ 9.99 19.49 4.1 -
YUV 89.68 90.93 72.59 -
System Red Green Blue C M Y K H S L
Decimal 12 142 24 0.92 0 0.83 0.44 125.54 0.84 0.3
Hex C 8E 18 5C 0 53 2C 7E 54 1E
Octal 14 216 30 134 0 123 54 176 124 36
Binary 1100 10001110 11000 1011100 0 1010011 101100 1111110 1010100 11110

Color Harmonies of #0C8E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8E18

Black with #0C8E18

Text Example


Text Example

White with #0C8E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,142,24); }

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

background-color css

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

 a { background-color: rgb(12,142,24); }

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

border-color css

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

 span { border-color: rgb(12,142,24); }

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