#01A38F

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

Shades of Persian Green #01A38F

Tints of Persian Green #01A38F

Color information

#01A38F (or 0x01A38F) is unknown color: approx Persian Green. HEX triplet: 01, A3 and 8F. RGB value is (1,163,143). Sum of RGB (Red+Green+Blue) = 1+163+143=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 163 (64.06% from 255 or 53.09% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 163 - color contains mainly: green. Hex color #01A38F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A38F is #FE5C70. Grayscale: #707070. Windows color (decimal): -16669809 or 9413377. OLE color: 9413377.

HSL color Cylindrical-coordinate representation of color #01A38F: hue angle of 172.59º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A38F is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB1163143-
CMYK0.9900.120.36
HSL172.59º98.78%32.16%-
HSV(B)172.59º99.39%63.92%-
XYZ18.0728.1830.47-
YUV112.28145.3348.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 163 (64.06% from 255) = 53.09%
BLUE value IS 143 (56.25% from 255) = 46.58%
R=0.33%
G=53.09%
B=46.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11631430.9900.120.36172.5998.7832.16
Hex1A38F630C24ad6320
Octal12432171430144425514340
Binary11010001110001111110001101100100100101011011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,163,143); }

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

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

 a { background-color: rgb(1,163,143); }

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

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

 span { border-color: rgb(1,163,143); }

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