Html Css Color HEX #02A986 Persian Green

📋 copy color: '#02A986'

red 2 ◦ green 169 ◦ blue 134

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

Shades of Persian Green #02A986

Tints of Persian Green #02A986

RGB

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

 GREEN value IS 169 (66.41% from 255) = 55.41%

 BLUE value IS 134 (52.73% from 255) = 43.93%

R = 0.66%
G = 55.41%
B = 43.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#02A986 (or 0x02A986) is known color: Persian Green. HEX triplet: 02, A9 and 86. RGB value is (2,169,134). Sum of RGB (Red+Green+Blue) = 2+169+134=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 169 (66.41% from 255 or 55.41% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 169 - color contains mainly: green. Hex color #02A986 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A986 is #FD5679. Grayscale: #737373. Windows color (decimal): -16602746 or 8825090. OLE color: 8825090.

HSL color Cylindrical-coordinate representation of color #02A986: hue angle of 167.43º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A986 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 2 169 134 -
CMYK 0.99 0 0.21 0.34
HSL 167.43º 0.98% 0.34% -
HSV(B) 167.43º 0.99% 0.66% -
XYZ 18.52 30.11 27.39 -
YUV 115.08 138.67 47.35 -
System Red Green Blue C M Y K H S L
Decimal 2 169 134 0.99 0 0.21 0.34 167.43 0.98 0.34
Hex 2 A9 86 63 0 15 22 A7 62 22
Octal 2 251 206 143 0 25 42 247 142 42
Binary 10 10101001 10000110 1100011 0 10101 100010 10100111 1100010 100010

Color Harmonies of #02A986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A986

Black with #02A986

Text Example


Text Example

White with #02A986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,169,134); }

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

background-color css

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

 a { background-color: rgb(2,169,134); }

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

border-color css

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

 span { border-color: rgb(2,169,134); }

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