Html Css Color HEX #01AC98 Persian Green

📋 copy color: '#01AC98'

red 1 ◦ green 172 ◦ blue 152

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

Shades of Persian Green #01AC98

Tints of Persian Green #01AC98

RGB

 RED value IS 1 (0.78% from 255) = 0.31%

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

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

R = 0.31%
G = 52.92%
B = 46.77%

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

#01AC98 (or 0x01AC98) is known color: Persian Green. HEX triplet: 01, AC and 98. RGB value is (1,172,152). Sum of RGB (Red+Green+Blue) = 1+172+152=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AC98 is #FE5367. Grayscale: #767676. Windows color (decimal): -16667496 or 10005505. OLE color: 10005505.

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

Color convert

RGB 1 172 152 -
CMYK 0.99 0 0.12 0.33
HSL 172.98º 0.99% 0.34% -
HSV(B) 172.98º 0.99% 0.67% -
XYZ 20.43 31.78 34.76 -
YUV 118.59 146.85 44.13 -
System Red Green Blue C M Y K H S L
Decimal 1 172 152 0.99 0 0.12 0.33 172.98 0.99 0.34
Hex 1 AC 98 63 0 C 21 AD 63 22
Octal 1 254 230 143 0 14 41 255 143 42
Binary 1 10101100 10011000 1100011 0 1100 100001 10101101 1100011 100010

Color Harmonies of #01AC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AC98

Black with #01AC98

Text Example


Text Example

White with #01AC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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