#01A88A

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

Shades of Persian Green #01A88A

Tints of Persian Green #01A88A

Color information

#01A88A (or 0x01A88A) is unknown color: approx Persian Green. HEX triplet: 01, A8 and 8A. RGB value is (1,168,138). Sum of RGB (Red+Green+Blue) = 1+168+138=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 168 (66.02% from 255 or 54.72% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 168 - color contains mainly: green. Hex color #01A88A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A88A is #FE5775. Grayscale: #727272. Windows color (decimal): -16668534 or 9086977. OLE color: 9086977.

HSL color Cylindrical-coordinate representation of color #01A88A: hue angle of 169.22º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A88A is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB1168138-
CMYK0.9900.180.34
HSL169.22º98.82%33.14%-
HSV(B)169.22º99.4%65.88%-
XYZ18.629.8528.83-
YUV114.65141.1746.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 168 (66.02% from 255) = 54.72%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=0.33%
G=54.72%
B=44.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal11681380.9900.180.34169.2298.8233.14
Hex1A88A6301222a96321
Octal12502121430224225114341
Binary110101000100010101100011010010100010101010011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,168,138); }

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

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

 a { background-color: rgb(1,168,138); }

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

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

 span { border-color: rgb(1,168,138); }

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