#0CA322

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

Shades of Forest Green #0CA322

Tints of Forest Green #0CA322

Color information

#0CA322 (or 0x0CA322) is unknown color: approx Forest Green. HEX triplet: 0C, A3 and 22. RGB value is (12,163,34). Sum of RGB (Red+Green+Blue) = 12+163+34=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 163 (64.06% from 255 or 77.99% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA322 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA322 is #F35CDD. Grayscale: #676767. Windows color (decimal): -15949022 or 2269964. OLE color: 2269964.

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

Color convert

RGB1216334-
CMYK0.9300.790.36
HSL128.74º86.29%34.31%-
HSV(B)128.74º92.64%63.92%-
XYZ13.5426.395.89-
YUV103.1488.9762.99-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.74%
GREEN value IS 163 (64.06% from 255) = 77.99%
BLUE value IS 34 (13.67% from 255) = 16.27%
R=5.74%
G=77.99%
B=16.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12163340.9300.790.36128.7486.2934.31
HexCA3225D04F24815622
Octal142434213501174420112642
Binary110010100011100010101110101001111100100100000011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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