Html Css Color HEX #01A188 Persian Green

📋 copy color: '#01A188'

red 1 ◦ green 161 ◦ blue 136

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

Shades of Persian Green #01A188

Tints of Persian Green #01A188

RGB

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

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

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

R = 0.34%
G = 54.03%
B = 45.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#01A188 (or 0x01A188) is known color: Persian Green. HEX triplet: 01, A1 and 88. RGB value is (1,161,136). Sum of RGB (Red+Green+Blue) = 1+161+136=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 161 (63.28% from 255 or 54.03% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 161 - color contains mainly: green. Hex color #01A188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A188 is #FE5E77. Grayscale: #6E6E6E. Windows color (decimal): -16670328 or 8954113. OLE color: 8954113.

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

Color convert

RGB 1 161 136 -
CMYK 0.99 0 0.16 0.37
HSL 170.63º 0.99% 0.32% -
HSV(B) 170.63º 0.99% 0.63% -
XYZ 17.2 27.27 27.65 -
YUV 110.31 142.49 50.03 -
System Red Green Blue C M Y K H S L
Decimal 1 161 136 0.99 0 0.16 0.37 170.63 0.99 0.32
Hex 1 A1 88 63 0 10 25 AB 63 20
Octal 1 241 210 143 0 20 45 253 143 40
Binary 1 10100001 10001000 1100011 0 10000 100101 10101011 1100011 100000

Color Harmonies of #01A188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A188

Black with #01A188

Text Example


Text Example

White with #01A188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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