#0CA321

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

Shades of Forest Green #0CA321

Tints of Forest Green #0CA321

Color information

#0CA321 (or 0x0CA321) is unknown color: approx Forest Green. HEX triplet: 0C, A3 and 21. RGB value is (12,163,33). Sum of RGB (Red+Green+Blue) = 12+163+33=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 163 (64.06% from 255 or 78.37% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA321 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA321 is #F35CDE. Grayscale: #676767. Windows color (decimal): -15949023 or 2204428. OLE color: 2204428.

HSL color Cylindrical-coordinate representation of color #0CA321: hue angle of 128.34º 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 #0CA321 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1216333-
CMYK0.9300.800.36
HSL128.34º86.29%34.31%-
HSV(B)128.34º92.64%63.92%-
XYZ13.5226.385.82-
YUV103.0388.4763.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.77%
GREEN value IS 163 (64.06% from 255) = 78.37%
BLUE value IS 33 (13.28% from 255) = 15.87%
R=5.77%
G=78.37%
B=15.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12163330.9300.800.36128.3486.2934.31
HexCA3215D05024805622
Octal142434113501204420012642
Binary110010100011100001101110101010000100100100000001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,163,33); }

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

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

 a { background-color: rgb(12,163,33); }

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

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

 span { border-color: rgb(12,163,33); }

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