Html Css Color HEX #02AC98 Persian Green

📋 copy color: '#02AC98'

red 2 ◦ green 172 ◦ blue 152

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

Shades of Persian Green #02AC98

Tints of Persian Green #02AC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.63%

R = 0.61%
G = 52.76%
B = 46.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#02AC98 (or 0x02AC98) is known color: Persian Green. HEX triplet: 02, AC and 98. RGB value is (2,172,152). Sum of RGB (Red+Green+Blue) = 2+172+152=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AC98 is #FD5367. Grayscale: #767676. Windows color (decimal): -16601960 or 10005506. OLE color: 10005506.

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

Color convert

RGB 2 172 152 -
CMYK 0.99 0 0.12 0.33
HSL 172.94º 0.98% 0.34% -
HSV(B) 172.94º 0.99% 0.67% -
XYZ 20.45 31.78 34.76 -
YUV 118.89 146.68 44.63 -
System Red Green Blue C M Y K H S L
Decimal 2 172 152 0.99 0 0.12 0.33 172.94 0.98 0.34
Hex 2 AC 98 63 0 C 21 AD 62 22
Octal 2 254 230 143 0 14 41 255 142 42
Binary 10 10101100 10011000 1100011 0 1100 100001 10101101 1100010 100010

Color Harmonies of #02AC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AC98

Black with #02AC98

Text Example


Text Example

White with #02AC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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