Html Css Color HEX #02AE8A Persian Green

📋 copy color: '#02AE8A'

red 2 ◦ green 174 ◦ blue 138

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

Shades of Persian Green #02AE8A

Tints of Persian Green #02AE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.95%

R = 0.64%
G = 55.41%
B = 43.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#02AE8A (or 0x02AE8A) is known color: Persian Green. HEX triplet: 02, AE and 8A. RGB value is (2,174,138). Sum of RGB (Red+Green+Blue) = 2+174+138=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 174 (68.36% from 255 or 55.41% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AE8A is #FD5175. Grayscale: #767676. Windows color (decimal): -16601462 or 9088514. OLE color: 9088514.

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

Color convert

RGB 2 174 138 -
CMYK 0.99 0 0.21 0.32
HSL 167.44º 0.98% 0.35% -
HSV(B) 167.44º 0.99% 0.68% -
XYZ 19.75 32.12 29.2 -
YUV 118.47 139.02 44.93 -
System Red Green Blue C M Y K H S L
Decimal 2 174 138 0.99 0 0.21 0.32 167.44 0.98 0.35
Hex 2 AE 8A 63 0 15 20 A7 62 23
Octal 2 256 212 143 0 25 40 247 142 43
Binary 10 10101110 10001010 1100011 0 10101 100000 10100111 1100010 100011

Color Harmonies of #02AE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AE8A

Black with #02AE8A

Text Example


Text Example

White with #02AE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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