Html Css Color HEX #01A488 Persian Green

📋 copy color: '#01A488'

red 1 ◦ green 164 ◦ blue 136

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

Shades of Persian Green #01A488

Tints of Persian Green #01A488

RGB

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

 GREEN value IS 164 (64.45% from 255) = 54.49%

 BLUE value IS 136 (53.52% from 255) = 45.18%

R = 0.33%
G = 54.49%
B = 45.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#01A488 (or 0x01A488) is known color: Persian Green. HEX triplet: 01, A4 and 88. RGB value is (1,164,136). Sum of RGB (Red+Green+Blue) = 1+164+136=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 164 (64.45% from 255 or 54.49% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 164 - color contains mainly: green. Hex color #01A488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A488 is #FE5B77. Grayscale: #707070. Windows color (decimal): -16669560 or 8954881. OLE color: 8954881.

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

Color convert

RGB 1 164 136 -
CMYK 0.99 0 0.17 0.36
HSL 169.69º 0.99% 0.32% -
HSV(B) 169.69º 0.99% 0.64% -
XYZ 17.73 28.33 27.83 -
YUV 112.07 141.5 48.78 -
System Red Green Blue C M Y K H S L
Decimal 1 164 136 0.99 0 0.17 0.36 169.69 0.99 0.32
Hex 1 A4 88 63 0 11 24 AA 63 20
Octal 1 244 210 143 0 21 44 252 143 40
Binary 1 10100100 10001000 1100011 0 10001 100100 10101010 1100011 100000

Color Harmonies of #01A488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A488

Black with #01A488

Text Example


Text Example

White with #01A488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,164,136); }

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

background-color css

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

 a { background-color: rgb(1,164,136); }

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

border-color css

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

 span { border-color: rgb(1,164,136); }

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