#0CAA59

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

Shades of Pigment Green #0CAA59

Tints of Pigment Green #0CAA59

Color information

#0CAA59 (or 0x0CAA59) is unknown color: approx Pigment Green. HEX triplet: 0C, AA and 59. RGB value is (12,170,89). Sum of RGB (Red+Green+Blue) = 12+170+89=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 170 (66.80% from 255 or 62.73% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAA59 is #F355A6. Grayscale: #717171. Windows color (decimal): -15947175 or 5876236. OLE color: 5876236.

HSL color Cylindrical-coordinate representation of color #0CAA59: hue angle of 149.24º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAA59 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB1217089-
CMYK0.9300.480.33
HSL149.24º86.81%35.69%-
HSV(B)149.24º92.94%66.67%-
XYZ16.3329.5514.29-
YUV113.52114.1555.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.43%
GREEN value IS 170 (66.80% from 255) = 62.73%
BLUE value IS 89 (35.16% from 255) = 32.84%
R=4.43%
G=62.73%
B=32.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12170890.9300.480.33149.2486.8135.69
HexCAA595D03021955724
Octal142521311350604122512744
Binary110010101010101100110111010110000100001100101011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,170,89); }

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

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

 a { background-color: rgb(12,170,89); }

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

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

 span { border-color: rgb(12,170,89); }

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