#02AD98

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

Shades of Persian Green #02AD98

Tints of Persian Green #02AD98

Color information

#02AD98 (or 0x02AD98) is unknown color: approx Persian Green. HEX triplet: 02, AD and 98. RGB value is (2,173,152). Sum of RGB (Red+Green+Blue) = 2+173+152=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AD98 is #FD5267. Grayscale: #777777. Windows color (decimal): -16601704 or 10005762. OLE color: 10005762.

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

Color convert

RGB2173152-
CMYK0.9900.120.32
HSL172.63º97.71%34.31%-
HSV(B)172.63º98.84%67.84%-
XYZ20.6432.1734.83-
YUV119.48146.3544.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 173 (67.97% from 255) = 52.91%
BLUE value IS 152 (59.77% from 255) = 46.48%
R=0.61%
G=52.91%
B=46.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21731520.9900.120.32172.6397.7134.31
Hex2AD98630C20ad6222
Octal22552301430144025514242
Binary101010110110011000110001101100100000101011011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,173,152); }

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

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

 a { background-color: rgb(2,173,152); }

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

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

 span { border-color: rgb(2,173,152); }

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