#02A056

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

Shades of Pigment Green #02A056

Tints of Pigment Green #02A056

Color information

#02A056 (or 0x02A056) is unknown color: approx Pigment Green. HEX triplet: 02, A0 and 56. RGB value is (2,160,86). Sum of RGB (Red+Green+Blue) = 2+160+86=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 160 (62.89% from 255 or 64.52% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 160 - color contains mainly: green. Hex color #02A056 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A056 is #FD5FA9. Grayscale: #686868. Windows color (decimal): -16605098 or 5677058. OLE color: 5677058.

HSL color Cylindrical-coordinate representation of color #02A056: hue angle of 151.9º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A056 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB216086-
CMYK0.9900.460.37
HSL151.9º97.53%31.76%-
HSV(B)151.9º98.75%62.75%-
XYZ14.2825.8313.04-
YUV104.32117.6555.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 160 (62.89% from 255) = 64.52%
BLUE value IS 86 (33.98% from 255) = 34.68%
R=0.81%
G=64.52%
B=34.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal2160860.9900.460.37151.997.5331.76
Hex2A0566302E25986220
Octal22401261430564523014240
Binary1010100000101011011000110101110100101100110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02A056; }

 p { color: rgb(2,160,86); }

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

<style>
 a { background-color: #02A056; }

 a { background-color: rgb(2,160,86); }

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

<style>
 span { border-color: #02A056; }

 span { border-color: rgb(2,160,86); }

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