Html Css Color HEX #0C9928 Forest Green

📋 copy color: '#0C9928'

red 12 ◦ green 153 ◦ blue 40

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

Shades of Forest Green #0C9928

Tints of Forest Green #0C9928

RGB

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

 GREEN value IS 153 (60.16% from 255) = 74.63%

 BLUE value IS 40 (16.02% from 255) = 19.51%

R = 5.85%
G = 74.63%
B = 19.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#0C9928 (or 0x0C9928) is known color: Forest Green. HEX triplet: 0C, 99 and 28. RGB value is (12,153,40). Sum of RGB (Red+Green+Blue) = 12+153+40=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 153 (60.16% from 255 or 74.63% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 153 - color contains mainly: green. Hex color #0C9928 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9928 is #F366D7. Grayscale: #626262. Windows color (decimal): -15951576 or 2660620. OLE color: 2660620.

HSL color Cylindrical-coordinate representation of color #0C9928: hue angle of 131.91º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9928 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB 12 153 40 -
CMYK 0.92 0 0.74 0.4
HSL 131.91º 0.85% 0.32% -
HSV(B) 131.91º 0.92% 0.6% -
XYZ 11.93 23.01 5.82 -
YUV 97.96 95.29 66.69 -
System Red Green Blue C M Y K H S L
Decimal 12 153 40 0.92 0 0.74 0.4 131.91 0.85 0.32
Hex C 99 28 5C 0 4A 28 84 55 20
Octal 14 231 50 134 0 112 50 204 125 40
Binary 1100 10011001 101000 1011100 0 1001010 101000 10000100 1010101 100000

Color Harmonies of #0C9928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9928

Black with #0C9928

Text Example


Text Example

White with #0C9928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,153,40); }

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

background-color css

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

 a { background-color: rgb(12,153,40); }

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

border-color css

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

 span { border-color: rgb(12,153,40); }

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