#02A055

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

Shades of Pigment Green #02A055

Tints of Pigment Green #02A055

Color information

#02A055 (or 0x02A055) is unknown color: approx Pigment Green. HEX triplet: 02, A0 and 55. RGB value is (2,160,85). Sum of RGB (Red+Green+Blue) = 2+160+85=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #02A055 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A055 is #FD5FAA. Grayscale: #686868. Windows color (decimal): -16605099 or 5611522. OLE color: 5611522.

HSL color Cylindrical-coordinate representation of color #02A055: hue angle of 151.52º 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 #02A055 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB216085-
CMYK0.9900.470.37
HSL151.52º97.53%31.76%-
HSV(B)151.52º98.75%62.75%-
XYZ14.2425.8112.83-
YUV104.21117.1555.1-

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.78%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=0.81%
G=64.78%
B=34.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal2160850.9900.470.37151.5297.5331.76
Hex2A0556302F25986220
Octal22401251430574523014240
Binary1010100000101010111000110101111100101100110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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