#02A04F

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

Shades of Pigment Green #02A04F

Tints of Pigment Green #02A04F

Color information

#02A04F (or 0x02A04F) is unknown color: approx Pigment Green. HEX triplet: 02, A0 and 4F. RGB value is (2,160,79). Sum of RGB (Red+Green+Blue) = 2+160+79=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 160 (62.89% from 255 or 66.39% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 160 - color contains mainly: green. Hex color #02A04F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A04F is #FD5FB0. Grayscale: #676767. Windows color (decimal): -16605105 or 5218306. OLE color: 5218306.

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

Color convert

RGB216079-
CMYK0.9900.510.37
HSL149.24º97.53%31.76%-
HSV(B)149.24º98.75%62.75%-
XYZ14.0125.7211.62-
YUV103.52114.1555.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 160 (62.89% from 255) = 66.39%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=0.83%
G=66.39%
B=32.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal2160790.9900.510.37149.2497.5331.76
Hex2A04F6303325956220
Octal22401171430634522514240
Binary1010100000100111111000110110011100101100101011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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