Html Css Color HEX #02AC86 Persian Green

📋 copy color: '#02AC86'

red 2 ◦ green 172 ◦ blue 134

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

Shades of Persian Green #02AC86

Tints of Persian Green #02AC86

RGB

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

 GREEN value IS 172 (67.58% from 255) = 55.84%

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

R = 0.65%
G = 55.84%
B = 43.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#02AC86 (or 0x02AC86) is known color: Persian Green. HEX triplet: 02, AC and 86. RGB value is (2,172,134). Sum of RGB (Red+Green+Blue) = 2+172+134=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AC86 is #FD5379. Grayscale: #747474. Windows color (decimal): -16601978 or 8825858. OLE color: 8825858.

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

Color convert

RGB 2 172 134 -
CMYK 0.99 0 0.22 0.33
HSL 166.59º 0.98% 0.34% -
HSV(B) 166.59º 0.99% 0.67% -
XYZ 19.08 31.24 27.58 -
YUV 116.84 137.68 46.09 -
System Red Green Blue C M Y K H S L
Decimal 2 172 134 0.99 0 0.22 0.33 166.59 0.98 0.34
Hex 2 AC 86 63 0 16 21 A7 62 22
Octal 2 254 206 143 0 26 41 247 142 42
Binary 10 10101100 10000110 1100011 0 10110 100001 10100111 1100010 100010

Color Harmonies of #02AC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AC86

Black with #02AC86

Text Example


Text Example

White with #02AC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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