Html Css Color HEX #01A19B Persian Green

📋 copy color: '#01A19B'

red 1 ◦ green 161 ◦ blue 155

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

Shades of Persian Green #01A19B

Tints of Persian Green #01A19B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.79%

 BLUE value IS 155 (60.94% from 255) = 48.9%

R = 0.32%
G = 50.79%
B = 48.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#01A19B (or 0x01A19B) is known color: Persian Green. HEX triplet: 01, A1 and 9B. RGB value is (1,161,155). Sum of RGB (Red+Green+Blue) = 1+161+155=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #01A19B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A19B is #FE5E64. Grayscale: #707070. Windows color (decimal): -16670309 or 10199297. OLE color: 10199297.

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

Color convert

RGB 1 161 155 -
CMYK 0.99 0 0.04 0.37
HSL 177.75º 0.99% 0.32% -
HSV(B) 177.75º 0.99% 0.63% -
XYZ 18.67 27.86 35.4 -
YUV 112.48 151.99 48.49 -
System Red Green Blue C M Y K H S L
Decimal 1 161 155 0.99 0 0.04 0.37 177.75 0.99 0.32
Hex 1 A1 9B 63 0 4 25 B2 63 20
Octal 1 241 233 143 0 4 45 262 143 40
Binary 1 10100001 10011011 1100011 0 100 100101 10110010 1100011 100000

Color Harmonies of #01A19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A19B

Black with #01A19B

Text Example


Text Example

White with #01A19B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,161,155); }

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

background-color css

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

 a { background-color: rgb(1,161,155); }

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

border-color css

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

 span { border-color: rgb(1,161,155); }

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