Html Css Color HEX #02AE8C Persian Green

📋 copy color: '#02AE8C'

red 2 ◦ green 174 ◦ blue 140

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

Shades of Persian Green #02AE8C

Tints of Persian Green #02AE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.3%

R = 0.63%
G = 55.06%
B = 44.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#02AE8C (or 0x02AE8C) is known color: Persian Green. HEX triplet: 02, AE and 8C. RGB value is (2,174,140). Sum of RGB (Red+Green+Blue) = 2+174+140=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 174 (68.36% from 255 or 55.06% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AE8C is #FD5173. Grayscale: #767676. Windows color (decimal): -16601460 or 9219586. OLE color: 9219586.

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

Color convert

RGB 2 174 140 -
CMYK 0.99 0 0.20 0.32
HSL 168.14º 0.98% 0.35% -
HSV(B) 168.14º 0.99% 0.68% -
XYZ 19.89 32.18 29.97 -
YUV 118.7 140.02 44.76 -
System Red Green Blue C M Y K H S L
Decimal 2 174 140 0.99 0 0.20 0.32 168.14 0.98 0.35
Hex 2 AE 8C 63 0 14 20 A8 62 23
Octal 2 256 214 143 0 24 40 250 142 43
Binary 10 10101110 10001100 1100011 0 10100 100000 10101000 1100010 100011

Color Harmonies of #02AE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AE8C

Black with #02AE8C

Text Example


Text Example

White with #02AE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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