Html Css Color HEX #0C8918 Forest Green

📋 copy color: '#0C8918'

red 12 ◦ green 137 ◦ blue 24

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

Shades of Forest Green #0C8918

Tints of Forest Green #0C8918

RGB

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

 GREEN value IS 137 (53.91% from 255) = 79.19%

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

R = 6.94%
G = 79.19%
B = 13.87%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#0C8918 (or 0x0C8918) is known color: Forest Green. HEX triplet: 0C, 89 and 18. RGB value is (12,137,24). Sum of RGB (Red+Green+Blue) = 12+137+24=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 137 (53.91% from 255 or 79.19% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8918 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8918 is #F376E7. Grayscale: #575757. Windows color (decimal): -15955688 or 1607948. OLE color: 1607948.

HSL color Cylindrical-coordinate representation of color #0C8918: hue angle of 125.76º 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 #0C8918 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 137 24 -
CMYK 0.91 0 0.82 0.46
HSL 125.76º 0.84% 0.29% -
HSV(B) 125.76º 0.91% 0.54% -
XYZ 9.26 18.04 3.86 -
YUV 86.74 92.59 74.69 -
System Red Green Blue C M Y K H S L
Decimal 12 137 24 0.91 0 0.82 0.46 125.76 0.84 0.29
Hex C 89 18 5B 0 52 2E 7E 54 1D
Octal 14 211 30 133 0 122 56 176 124 35
Binary 1100 10001001 11000 1011011 0 1010010 101110 1111110 1010100 11101

Color Harmonies of #0C8918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8918

Black with #0C8918

Text Example


Text Example

White with #0C8918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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