Html Css Color HEX #01AC85 Persian Green

📋 copy color: '#01AC85'

red 1 ◦ green 172 ◦ blue 133

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

Shades of Persian Green #01AC85

Tints of Persian Green #01AC85

RGB

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

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

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

R = 0.33%
G = 56.21%
B = 43.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#01AC85 (or 0x01AC85) is known color: Persian Green. HEX triplet: 01, AC and 85. RGB value is (1,172,133). Sum of RGB (Red+Green+Blue) = 1+172+133=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 172 (67.58% from 255 or 56.21% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AC85 is #FE537A. Grayscale: #747474. Windows color (decimal): -16667515 or 8760321. OLE color: 8760321.

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

Color convert

RGB 1 172 133 -
CMYK 0.99 0 0.23 0.33
HSL 166.32º 0.99% 0.34% -
HSV(B) 166.32º 0.99% 0.67% -
XYZ 19 31.2 27.21 -
YUV 116.43 137.35 45.67 -
System Red Green Blue C M Y K H S L
Decimal 1 172 133 0.99 0 0.23 0.33 166.32 0.99 0.34
Hex 1 AC 85 63 0 17 21 A6 63 22
Octal 1 254 205 143 0 27 41 246 143 42
Binary 1 10101100 10000101 1100011 0 10111 100001 10100110 1100011 100010

Color Harmonies of #01AC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AC85

Black with #01AC85

Text Example


Text Example

White with #01AC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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