#0CA257

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

Shades of Pigment Green #0CA257

Tints of Pigment Green #0CA257

Color information

#0CA257 (or 0x0CA257) is unknown color: approx Pigment Green. HEX triplet: 0C, A2 and 57. RGB value is (12,162,87). Sum of RGB (Red+Green+Blue) = 12+162+87=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 162 (63.67% from 255 or 62.07% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 162 - color contains mainly: green. Hex color #0CA257 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA257 is #F35DA8. Grayscale: #6C6C6C. Windows color (decimal): -15949225 or 5743116. OLE color: 5743116.

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

Color convert

RGB1216287-
CMYK0.9300.460.36
HSL150º86.21%34.12%-
HSV(B)150º92.59%63.53%-
XYZ14.7926.6113.37-
YUV108.6115.859.1-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.60%
GREEN value IS 162 (63.67% from 255) = 62.07%
BLUE value IS 87 (34.38% from 255) = 33.33%
R=4.60%
G=62.07%
B=33.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12162870.9300.460.3615086.2134.12
HexCA2575D02E24965622
Octal142421271350564422612642
Binary110010100010101011110111010101110100100100101101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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