#0CA057

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

Shades of Pigment Green #0CA057

Tints of Pigment Green #0CA057

Color information

#0CA057 (or 0x0CA057) is unknown color: approx Pigment Green. HEX triplet: 0C, A0 and 57. RGB value is (12,160,87). Sum of RGB (Red+Green+Blue) = 12+160+87=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 160 (62.89% from 255 or 61.78% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 160 - color contains mainly: green. Hex color #0CA057 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA057 is #F35FA8. Grayscale: #6B6B6B. Windows color (decimal): -15949737 or 5742604. OLE color: 5742604.

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

Color convert

RGB1216087-
CMYK0.9300.460.37
HSL150.41º86.05%33.73%-
HSV(B)150.41º92.5%62.75%-
XYZ14.4425.9113.26-
YUV107.43116.4759.94-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.63%
GREEN value IS 160 (62.89% from 255) = 61.78%
BLUE value IS 87 (34.38% from 255) = 33.59%
R=4.63%
G=61.78%
B=33.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal12160870.9300.460.37150.4186.0533.73
HexCA0575D02E25965622
Octal142401271350564522612642
Binary110010100000101011110111010101110100101100101101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,160,87); }

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

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

 a { background-color: rgb(12,160,87); }

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

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

 span { border-color: rgb(12,160,87); }

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