Html Css Color HEX #0C8A18 Forest Green

📋 copy color: '#0C8A18'

red 12 ◦ green 138 ◦ blue 24

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

Shades of Forest Green #0C8A18

Tints of Forest Green #0C8A18

RGB

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

 GREEN value IS 138 (54.3% from 255) = 79.31%

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

R = 6.9%
G = 79.31%
B = 13.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.46

RGB Variations

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

Color information

#0C8A18 (or 0x0C8A18) is known color: Forest Green. HEX triplet: 0C, 8A and 18. RGB value is (12,138,24). Sum of RGB (Red+Green+Blue) = 12+138+24=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 138 (54.30% from 255 or 79.31% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8A18 is #F375E7. Grayscale: #575757. Windows color (decimal): -15955432 or 1608204. OLE color: 1608204.

HSL color Cylindrical-coordinate representation of color #0C8A18: hue angle of 125.71º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8A18 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 138 24 -
CMYK 0.91 0 0.83 0.46
HSL 125.71º 0.84% 0.29% -
HSV(B) 125.71º 0.91% 0.54% -
XYZ 9.4 18.32 3.9 -
YUV 87.33 92.26 74.27 -
System Red Green Blue C M Y K H S L
Decimal 12 138 24 0.91 0 0.83 0.46 125.71 0.84 0.29
Hex C 8A 18 5B 0 53 2E 7E 54 1D
Octal 14 212 30 133 0 123 56 176 124 35
Binary 1100 10001010 11000 1011011 0 1010011 101110 1111110 1010100 11101

Color Harmonies of #0C8A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8A18

Black with #0C8A18

Text Example


Text Example

White with #0C8A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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