Html Css Color HEX #02A497 Persian Green

📋 copy color: '#02A497'

red 2 ◦ green 164 ◦ blue 151

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

Shades of Persian Green #02A497

Tints of Persian Green #02A497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.63%

R = 0.63%
G = 51.74%
B = 47.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#02A497 (or 0x02A497) is known color: Persian Green. HEX triplet: 02, A4 and 97. RGB value is (2,164,151). Sum of RGB (Red+Green+Blue) = 2+164+151=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #02A497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A497 is #FD5B68. Grayscale: #717171. Windows color (decimal): -16604009 or 9937922. OLE color: 9937922.

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

Color convert

RGB 2 164 151 -
CMYK 0.99 0 0.08 0.36
HSL 175.19º 0.98% 0.33% -
HSV(B) 175.19º 0.99% 0.64% -
XYZ 18.89 28.8 33.84 -
YUV 114.08 148.83 48.06 -
System Red Green Blue C M Y K H S L
Decimal 2 164 151 0.99 0 0.08 0.36 175.19 0.98 0.33
Hex 2 A4 97 63 0 8 24 AF 62 21
Octal 2 244 227 143 0 10 44 257 142 41
Binary 10 10100100 10010111 1100011 0 1000 100100 10101111 1100010 100001

Color Harmonies of #02A497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A497

Black with #02A497

Text Example


Text Example

White with #02A497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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