#0CA21F

Color #0CA21F Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #0CA21F

Tints of Forest Green #0CA21F

Color information

#0CA21F (or 0x0CA21F) is unknown color: approx Forest Green. HEX triplet: 0C, A2 and 1F. RGB value is (12,162,31). Sum of RGB (Red+Green+Blue) = 12+162+31=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 162 (63.67% from 255 or 79.02% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 162 - color contains mainly: green. Hex color #0CA21F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA21F is #F35DE0. Grayscale: #666666. Windows color (decimal): -15949281 or 2073100. OLE color: 2073100.

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

Color convert

RGB1216231-
CMYK0.9300.810.36
HSL127.6º86.21%34.12%-
HSV(B)127.6º92.59%63.53%-
XYZ13.3226.025.62-
YUV102.2287.863.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.85%
GREEN value IS 162 (63.67% from 255) = 79.02%
BLUE value IS 31 (12.5% from 255) = 15.12%
R=5.85%
G=79.02%
B=15.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12162310.9300.810.36127.686.2134.12
HexCA21F5D05124805622
Octal142423713501214420012642
Binary11001010001011111101110101010001100100100000001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,162,31); }

 H1.HeaderClassName
 {
   color: #0CA21F;
 }
 .AnyTagClassName
 {
   color: #0CA21F;
 }
</style>
background-color css

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

 a { background-color: rgb(12,162,31); }

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

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

 span { border-color: rgb(12,162,31); }

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