#0CAA5C

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

Shades of Pigment Green #0CAA5C

Tints of Pigment Green #0CAA5C

Color information

#0CAA5C (or 0x0CAA5C) is unknown color: approx Pigment Green. HEX triplet: 0C, AA and 5C. RGB value is (12,170,92). Sum of RGB (Red+Green+Blue) = 12+170+92=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 170 (66.80% from 255 or 62.04% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAA5C is #F355A3. Grayscale: #727272. Windows color (decimal): -15947172 or 6072844. OLE color: 6072844.

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

Color convert

RGB1217092-
CMYK0.9300.460.33
HSL150.38º86.81%35.69%-
HSV(B)150.38º92.94%66.67%-
XYZ16.4629.614.97-
YUV113.87115.6555.34-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.38%
GREEN value IS 170 (66.80% from 255) = 62.04%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=4.38%
G=62.04%
B=33.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12170920.9300.460.33150.3886.8135.69
HexCAA5C5D02E21965724
Octal142521341350564122612744
Binary110010101010101110010111010101110100001100101101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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