Html Css Color HEX #02AD99 Persian Green

📋 copy color: '#02AD99'

red 2 ◦ green 173 ◦ blue 153

#02AD99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #02AD99

Tints of Persian Green #02AD99

RGB

 RED value IS 2 (1.17% from 255) = 0.61%

 GREEN value IS 173 (67.97% from 255) = 52.74%

 BLUE value IS 153 (60.16% from 255) = 46.65%

R = 0.61%
G = 52.74%
B = 46.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#02AD99 (or 0x02AD99) is known color: Persian Green. HEX triplet: 02, AD and 99. RGB value is (2,173,153). Sum of RGB (Red+Green+Blue) = 2+173+153=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AD99 is #FD5266. Grayscale: #777777. Windows color (decimal): -16601703 or 10071298. OLE color: 10071298.

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

Color convert

RGB 2 173 153 -
CMYK 0.99 0 0.12 0.32
HSL 172.98º 0.98% 0.34% -
HSV(B) 172.98º 0.99% 0.68% -
XYZ 20.72 32.2 35.26 -
YUV 119.59 146.85 44.13 -
System Red Green Blue C M Y K H S L
Decimal 2 173 153 0.99 0 0.12 0.32 172.98 0.98 0.34
Hex 2 AD 99 63 0 C 20 AD 62 22
Octal 2 255 231 143 0 14 40 255 142 42
Binary 10 10101101 10011001 1100011 0 1100 100000 10101101 1100010 100010

Color Harmonies of #02AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AD99

Black with #02AD99

Text Example


Text Example

White with #02AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02AD99;
 }
 .AnyTagClassName
 {
   color: #02AD99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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