#01ACA0

Color #01ACA0 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #01ACA0

Tints of Persian Green #01ACA0

Color information

#01ACA0 (or 0x01ACA0) is unknown color: approx Persian Green. HEX triplet: 01, AC and A0. RGB value is (1,172,160). Sum of RGB (Red+Green+Blue) = 1+172+160=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 160 (62.89% from 255 or 48.05% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #01ACA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01ACA0 is #FE535F. Grayscale: #777777. Windows color (decimal): -16667488 or 10529793. OLE color: 10529793.

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

Color convert

RGB1172160-
CMYK0.9900.070.33
HSL175.79º98.84%33.92%-
HSV(B)175.79º99.42%67.45%-
XYZ21.1132.0538.33-
YUV119.5150.8543.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 172 (67.58% from 255) = 51.65%
BLUE value IS 160 (62.89% from 255) = 48.05%
R=0.30%
G=51.65%
B=48.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11721600.9900.070.33175.7998.8433.92
Hex1ACA0630721b06322
Octal1254240143074126014342
Binary1101011001010000011000110111100001101100001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01ACA0;
 }
 .AnyTagClassName
 {
   color: #01ACA0;
 }
</style>
background-color css

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

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

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

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

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

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