Html Css Color HEX #0CA420 Forest Green

📋 copy color: '#0CA420'

red 12 ◦ green 164 ◦ blue 32

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

Shades of Forest Green #0CA420

Tints of Forest Green #0CA420

RGB

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

 GREEN value IS 164 (64.45% from 255) = 78.85%

 BLUE value IS 32 (12.89% from 255) = 15.38%

R = 5.77%
G = 78.85%
B = 15.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#0CA420 (or 0x0CA420) is known color: Forest Green. HEX triplet: 0C, A4 and 20. RGB value is (12,164,32). Sum of RGB (Red+Green+Blue) = 12+164+32=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 164 (64.45% from 255 or 78.85% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 164 - color contains mainly: green. Hex color #0CA420 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA420 is #F35BDF. Grayscale: #676767. Windows color (decimal): -15948768 or 2139148. OLE color: 2139148.

HSL color Cylindrical-coordinate representation of color #0CA420: hue angle of 127.89º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA420 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 12 164 32 -
CMYK 0.93 0 0.80 0.36
HSL 127.89º 0.86% 0.35% -
HSV(B) 127.89º 0.93% 0.64% -
XYZ 13.69 26.73 5.81 -
YUV 103.5 87.64 62.73 -
System Red Green Blue C M Y K H S L
Decimal 12 164 32 0.93 0 0.80 0.36 127.89 0.86 0.35
Hex C A4 20 5D 0 50 24 80 56 23
Octal 14 244 40 135 0 120 44 200 126 43
Binary 1100 10100100 100000 1011101 0 1010000 100100 10000000 1010110 100011

Color Harmonies of #0CA420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA420

Black with #0CA420

Text Example


Text Example

White with #0CA420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,164,32); }

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

background-color css

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

 a { background-color: rgb(12,164,32); }

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

border-color css

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

 span { border-color: rgb(12,164,32); }

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