Html Css Color HEX #02AD90 Persian Green

📋 copy color: '#02AD90'

red 2 ◦ green 173 ◦ blue 144

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

Shades of Persian Green #02AD90

Tints of Persian Green #02AD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.14%

R = 0.63%
G = 54.23%
B = 45.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#02AD90 (or 0x02AD90) is known color: Persian Green. HEX triplet: 02, AD and 90. RGB value is (2,173,144). Sum of RGB (Red+Green+Blue) = 2+173+144=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 173 (67.97% from 255 or 54.23% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AD90 is #FD526F. Grayscale: #767676. Windows color (decimal): -16601712 or 9481474. OLE color: 9481474.

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

Color convert

RGB 2 173 144 -
CMYK 0.99 0 0.17 0.32
HSL 169.82º 0.98% 0.34% -
HSV(B) 169.82º 0.99% 0.68% -
XYZ 20 31.91 31.49 -
YUV 118.57 142.35 44.86 -
System Red Green Blue C M Y K H S L
Decimal 2 173 144 0.99 0 0.17 0.32 169.82 0.98 0.34
Hex 2 AD 90 63 0 11 20 AA 62 22
Octal 2 255 220 143 0 21 40 252 142 42
Binary 10 10101101 10010000 1100011 0 10001 100000 10101010 1100010 100010

Color Harmonies of #02AD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AD90

Black with #02AD90

Text Example


Text Example

White with #02AD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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