Html Css Color HEX #01A88C Persian Green

📋 copy color: '#01A88C'

red 1 ◦ green 168 ◦ blue 140

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

Shades of Persian Green #01A88C

Tints of Persian Green #01A88C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 54.37%

 BLUE value IS 140 (55.08% from 255) = 45.31%

R = 0.32%
G = 54.37%
B = 45.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#01A88C (or 0x01A88C) is known color: Persian Green. HEX triplet: 01, A8 and 8C. RGB value is (1,168,140). Sum of RGB (Red+Green+Blue) = 1+168+140=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 168 (66.02% from 255 or 54.37% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 168 - color contains mainly: green. Hex color #01A88C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A88C is #FE5773. Grayscale: #727272. Windows color (decimal): -16668532 or 9218049. OLE color: 9218049.

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

Color convert

RGB 1 168 140 -
CMYK 0.99 0 0.17 0.34
HSL 169.94º 0.99% 0.33% -
HSV(B) 169.94º 0.99% 0.66% -
XYZ 18.75 29.91 29.6 -
YUV 114.88 142.17 46.78 -
System Red Green Blue C M Y K H S L
Decimal 1 168 140 0.99 0 0.17 0.34 169.94 0.99 0.33
Hex 1 A8 8C 63 0 11 22 AA 63 21
Octal 1 250 214 143 0 21 42 252 143 41
Binary 1 10101000 10001100 1100011 0 10001 100010 10101010 1100011 100001

Color Harmonies of #01A88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A88C

Black with #01A88C

Text Example


Text Example

White with #01A88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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