Html Css Color HEX #02AC92 Persian Green

📋 copy color: '#02AC92'

red 2 ◦ green 172 ◦ blue 146

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

Shades of Persian Green #02AC92

Tints of Persian Green #02AC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.63%

R = 0.63%
G = 53.75%
B = 45.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#02AC92 (or 0x02AC92) is known color: Persian Green. HEX triplet: 02, AC and 92. RGB value is (2,172,146). Sum of RGB (Red+Green+Blue) = 2+172+146=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AC92 is #FD536D. Grayscale: #767676. Windows color (decimal): -16601966 or 9612290. OLE color: 9612290.

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

Color convert

RGB 2 172 146 -
CMYK 0.99 0 0.15 0.33
HSL 170.82º 0.98% 0.34% -
HSV(B) 170.82º 0.99% 0.67% -
XYZ 19.97 31.59 32.24 -
YUV 118.21 143.68 45.11 -
System Red Green Blue C M Y K H S L
Decimal 2 172 146 0.99 0 0.15 0.33 170.82 0.98 0.34
Hex 2 AC 92 63 0 F 21 AB 62 22
Octal 2 254 222 143 0 17 41 253 142 42
Binary 10 10101100 10010010 1100011 0 1111 100001 10101011 1100010 100010

Color Harmonies of #02AC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AC92

Black with #02AC92

Text Example


Text Example

White with #02AC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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