Html Css Color HEX #02A488 Persian Green

📋 copy color: '#02A488'

red 2 ◦ green 164 ◦ blue 136

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

Shades of Persian Green #02A488

Tints of Persian Green #02A488

RGB

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

 GREEN value IS 164 (64.45% from 255) = 54.3%

 BLUE value IS 136 (53.52% from 255) = 45.03%

R = 0.66%
G = 54.3%
B = 45.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#02A488 (or 0x02A488) is known color: Persian Green. HEX triplet: 02, A4 and 88. RGB value is (2,164,136). Sum of RGB (Red+Green+Blue) = 2+164+136=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 164 (64.45% from 255 or 54.30% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 164 - color contains mainly: green. Hex color #02A488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A488 is #FD5B77. Grayscale: #707070. Windows color (decimal): -16604024 or 8954882. OLE color: 8954882.

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

Color convert

RGB 2 164 136 -
CMYK 0.99 0 0.17 0.36
HSL 169.63º 0.98% 0.33% -
HSV(B) 169.63º 0.99% 0.64% -
XYZ 17.74 28.34 27.83 -
YUV 112.37 141.33 49.28 -
System Red Green Blue C M Y K H S L
Decimal 2 164 136 0.99 0 0.17 0.36 169.63 0.98 0.33
Hex 2 A4 88 63 0 11 24 AA 62 21
Octal 2 244 210 143 0 21 44 252 142 41
Binary 10 10100100 10001000 1100011 0 10001 100100 10101010 1100010 100001

Color Harmonies of #02A488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A488

Black with #02A488

Text Example


Text Example

White with #02A488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,164,136); }

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

background-color css

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

 a { background-color: rgb(2,164,136); }

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

border-color css

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

 span { border-color: rgb(2,164,136); }

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