#02A353

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

Shades of Pigment Green #02A353

Tints of Pigment Green #02A353

Color information

#02A353 (or 0x02A353) is unknown color: approx Pigment Green. HEX triplet: 02, A3 and 53. RGB value is (2,163,83). Sum of RGB (Red+Green+Blue) = 2+163+83=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 163 (64.06% from 255 or 65.73% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 163 - color contains mainly: green. Hex color #02A353 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A353 is #FD5CAC. Grayscale: #696969. Windows color (decimal): -16604333 or 5481218. OLE color: 5481218.

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

Color convert

RGB216383-
CMYK0.9900.490.36
HSL150.19º97.58%32.35%-
HSV(B)150.19º98.77%63.92%-
XYZ14.6826.8312.59-
YUV105.74115.1654-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 163 (64.06% from 255) = 65.73%
BLUE value IS 83 (32.81% from 255) = 33.47%
R=0.81%
G=65.73%
B=33.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2163830.9900.490.36150.1997.5832.35
Hex2A3536303124966220
Octal22431231430614422614240
Binary1010100011101001111000110110001100100100101101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,163,83); }

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

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

 a { background-color: rgb(2,163,83); }

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

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

 span { border-color: rgb(2,163,83); }

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