Html Css Color HEX #01AF98 Persian Green

📋 copy color: '#01AF98'

red 1 ◦ green 175 ◦ blue 152

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

Shades of Persian Green #01AF98

Tints of Persian Green #01AF98

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.35%

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

R = 0.3%
G = 53.35%
B = 46.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#01AF98 (or 0x01AF98) is known color: Persian Green. HEX triplet: 01, AF and 98. RGB value is (1,175,152). Sum of RGB (Red+Green+Blue) = 1+175+152=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AF98 is #FE5067. Grayscale: #787878. Windows color (decimal): -16666728 or 10006273. OLE color: 10006273.

HSL color Cylindrical-coordinate representation of color #01AF98: hue angle of 172.07º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AF98 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 175 152 -
CMYK 0.99 0 0.13 0.31
HSL 172.07º 0.99% 0.35% -
HSV(B) 172.07º 0.99% 0.69% -
XYZ 21.01 32.93 34.96 -
YUV 120.35 145.85 42.87 -
System Red Green Blue C M Y K H S L
Decimal 1 175 152 0.99 0 0.13 0.31 172.07 0.99 0.35
Hex 1 AF 98 63 0 D 1F AC 63 23
Octal 1 257 230 143 0 15 37 254 143 43
Binary 1 10101111 10011000 1100011 0 1101 11111 10101100 1100011 100011

Color Harmonies of #01AF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AF98

Black with #01AF98

Text Example


Text Example

White with #01AF98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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