Html Css Color HEX #01AF93 Persian Green

📋 copy color: '#01AF93'

red 1 ◦ green 175 ◦ blue 147

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

Shades of Persian Green #01AF93

Tints of Persian Green #01AF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.51%

R = 0.31%
G = 54.18%
B = 45.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#01AF93 (or 0x01AF93) is known color: Persian Green. HEX triplet: 01, AF and 93. RGB value is (1,175,147). Sum of RGB (Red+Green+Blue) = 1+175+147=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AF93 is #FE506C. Grayscale: #777777. Windows color (decimal): -16666733 or 9678593. OLE color: 9678593.

HSL color Cylindrical-coordinate representation of color #01AF93: hue angle of 170.34º 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 #01AF93 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 175 147 -
CMYK 0.99 0 0.16 0.31
HSL 170.34º 0.99% 0.35% -
HSV(B) 170.34º 0.99% 0.69% -
XYZ 20.61 32.77 32.84 -
YUV 119.78 143.35 43.28 -
System Red Green Blue C M Y K H S L
Decimal 1 175 147 0.99 0 0.16 0.31 170.34 0.99 0.35
Hex 1 AF 93 63 0 10 1F AA 63 23
Octal 1 257 223 143 0 20 37 252 143 43
Binary 1 10101111 10010011 1100011 0 10000 11111 10101010 1100011 100011

Color Harmonies of #01AF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AF93

Black with #01AF93

Text Example


Text Example

White with #01AF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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