Html Css Color HEX #02AE90 Persian Green

📋 copy color: '#02AE90'

red 2 ◦ green 174 ◦ blue 144

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

Shades of Persian Green #02AE90

Tints of Persian Green #02AE90

RGB

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

 GREEN value IS 174 (68.36% from 255) = 54.38%

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

R = 0.63%
G = 54.38%
B = 45%

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

#02AE90 (or 0x02AE90) is known color: Persian Green. HEX triplet: 02, AE and 90. RGB value is (2,174,144). Sum of RGB (Red+Green+Blue) = 2+174+144=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AE90 is #FD516F. Grayscale: #777777. Windows color (decimal): -16601456 or 9481730. OLE color: 9481730.

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

Color convert

RGB 2 174 144 -
CMYK 0.99 0 0.17 0.32
HSL 169.53º 0.98% 0.35% -
HSV(B) 169.53º 0.99% 0.68% -
XYZ 20.2 32.3 31.56 -
YUV 119.15 142.02 44.44 -
System Red Green Blue C M Y K H S L
Decimal 2 174 144 0.99 0 0.17 0.32 169.53 0.98 0.35
Hex 2 AE 90 63 0 11 20 AA 62 23
Octal 2 256 220 143 0 21 40 252 142 43
Binary 10 10101110 10010000 1100011 0 10001 100000 10101010 1100010 100011

Color Harmonies of #02AE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AE90

Black with #02AE90

Text Example


Text Example

White with #02AE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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