Html Css Color HEX #02AD96 Persian Green

📋 copy color: '#02AD96'

red 2 ◦ green 173 ◦ blue 150

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

Shades of Persian Green #02AD96

Tints of Persian Green #02AD96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.15%

R = 0.62%
G = 53.23%
B = 46.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#02AD96 (or 0x02AD96) is known color: Persian Green. HEX triplet: 02, AD and 96. RGB value is (2,173,150). Sum of RGB (Red+Green+Blue) = 2+173+150=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 173 (67.97% from 255 or 53.23% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AD96 is #FD5269. Grayscale: #777777. Windows color (decimal): -16601706 or 9874690. OLE color: 9874690.

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

Color convert

RGB 2 173 150 -
CMYK 0.99 0 0.13 0.32
HSL 171.93º 0.98% 0.34% -
HSV(B) 171.93º 0.99% 0.68% -
XYZ 20.47 32.1 33.97 -
YUV 119.25 145.35 44.37 -
System Red Green Blue C M Y K H S L
Decimal 2 173 150 0.99 0 0.13 0.32 171.93 0.98 0.34
Hex 2 AD 96 63 0 D 20 AC 62 22
Octal 2 255 226 143 0 15 40 254 142 42
Binary 10 10101101 10010110 1100011 0 1101 100000 10101100 1100010 100010

Color Harmonies of #02AD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AD96

Black with #02AD96

Text Example


Text Example

White with #02AD96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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