Html Css Color HEX #02A696 Persian Green

📋 copy color: '#02A696'

red 2 ◦ green 166 ◦ blue 150

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

Shades of Persian Green #02A696

Tints of Persian Green #02A696

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.2%

 BLUE value IS 150 (58.98% from 255) = 47.17%

R = 0.63%
G = 52.2%
B = 47.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#02A696 (or 0x02A696) is known color: Persian Green. HEX triplet: 02, A6 and 96. RGB value is (2,166,150). Sum of RGB (Red+Green+Blue) = 2+166+150=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #02A696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A696 is #FD5969. Grayscale: #737373. Windows color (decimal): -16603498 or 9872898. OLE color: 9872898.

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

Color convert

RGB 2 166 150 -
CMYK 0.99 0 0.10 0.35
HSL 174.15º 0.98% 0.33% -
HSV(B) 174.15º 0.99% 0.65% -
XYZ 19.17 29.49 33.54 -
YUV 115.14 147.67 47.3 -
System Red Green Blue C M Y K H S L
Decimal 2 166 150 0.99 0 0.10 0.35 174.15 0.98 0.33
Hex 2 A6 96 63 0 A 23 AE 62 21
Octal 2 246 226 143 0 12 43 256 142 41
Binary 10 10100110 10010110 1100011 0 1010 100011 10101110 1100010 100001

Color Harmonies of #02A696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A696

Black with #02A696

Text Example


Text Example

White with #02A696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,166,150); }

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

background-color css

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

 a { background-color: rgb(2,166,150); }

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

border-color css

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

 span { border-color: rgb(2,166,150); }

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