Html Css Color HEX #0CA520 Forest Green

📋 copy color: '#0CA520'

red 12 ◦ green 165 ◦ blue 32

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

Shades of Forest Green #0CA520

Tints of Forest Green #0CA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 78.95%

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

R = 5.74%
G = 78.95%
B = 15.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#0CA520 (or 0x0CA520) is known color: Forest Green. HEX triplet: 0C, A5 and 20. RGB value is (12,165,32). Sum of RGB (Red+Green+Blue) = 12+165+32=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 165 (64.84% from 255 or 78.95% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA520 is #F35ADF. Grayscale: #686868. Windows color (decimal): -15948512 or 2139404. OLE color: 2139404.

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

Color convert

RGB 12 165 32 -
CMYK 0.93 0 0.81 0.35
HSL 127.84º 0.86% 0.35% -
HSV(B) 127.84º 0.93% 0.65% -
XYZ 13.87 27.09 5.87 -
YUV 104.09 87.31 62.31 -
System Red Green Blue C M Y K H S L
Decimal 12 165 32 0.93 0 0.81 0.35 127.84 0.86 0.35
Hex C A5 20 5D 0 51 23 80 56 23
Octal 14 245 40 135 0 121 43 200 126 43
Binary 1100 10100101 100000 1011101 0 1010001 100011 10000000 1010110 100011

Color Harmonies of #0CA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA520

Black with #0CA520

Text Example


Text Example

White with #0CA520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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