#02A758

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

Shades of Pigment Green #02A758

Tints of Pigment Green #02A758

Color information

#02A758 (or 0x02A758) is unknown color: approx Pigment Green. HEX triplet: 02, A7 and 58. RGB value is (2,167,88). Sum of RGB (Red+Green+Blue) = 2+167+88=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 167 (65.62% from 255 or 64.98% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 167 - color contains mainly: green. Hex color #02A758 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A758 is #FD58A7. Grayscale: #6C6C6C. Windows color (decimal): -16603304 or 5809922. OLE color: 5809922.

HSL color Cylindrical-coordinate representation of color #02A758: hue angle of 151.27º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A758 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB216788-
CMYK0.9900.470.35
HSL151.27º97.63%33.14%-
HSV(B)151.27º98.8%65.49%-
XYZ15.6128.3513.88-
YUV108.66116.3451.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 167 (65.62% from 255) = 64.98%
BLUE value IS 88 (34.77% from 255) = 34.24%
R=0.78%
G=64.98%
B=34.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2167880.9900.470.35151.2797.6333.14
Hex2A7586302F23976221
Octal22471301430574322714241
Binary1010100111101100011000110101111100011100101111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,167,88); }

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

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

 a { background-color: rgb(2,167,88); }

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

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

 span { border-color: rgb(2,167,88); }

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