Html Css Color HEX #01AF85 Persian Green

📋 copy color: '#01AF85'

red 1 ◦ green 175 ◦ blue 133

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

Shades of Persian Green #01AF85

Tints of Persian Green #01AF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.04%

R = 0.32%
G = 56.63%
B = 43.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#01AF85 (or 0x01AF85) is known color: Persian Green. HEX triplet: 01, AF and 85. RGB value is (1,175,133). Sum of RGB (Red+Green+Blue) = 1+175+133=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AF85 is #FE507A. Grayscale: #767676. Windows color (decimal): -16666747 or 8761089. OLE color: 8761089.

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

Color convert

RGB 1 175 133 -
CMYK 0.99 0 0.24 0.31
HSL 165.52º 0.99% 0.35% -
HSV(B) 165.52º 0.99% 0.69% -
XYZ 19.58 32.36 27.4 -
YUV 118.19 136.35 44.42 -
System Red Green Blue C M Y K H S L
Decimal 1 175 133 0.99 0 0.24 0.31 165.52 0.99 0.35
Hex 1 AF 85 63 0 18 1F A6 63 23
Octal 1 257 205 143 0 30 37 246 143 43
Binary 1 10101111 10000101 1100011 0 11000 11111 10100110 1100011 100011

Color Harmonies of #01AF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AF85

Black with #01AF85

Text Example


Text Example

White with #01AF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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