Html Css Color HEX #11A490 Persian Green

📋 copy color: '#11A490'

red 17 ◦ green 164 ◦ blue 144

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

Shades of Persian Green #11A490

Tints of Persian Green #11A490

RGB

 RED value IS 17 (7.03% from 255) = 5.23%

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

 BLUE value IS 144 (56.64% from 255) = 44.31%

R = 5.23%
G = 50.46%
B = 44.31%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#11A490 (or 0x11A490) is known color: Persian Green. HEX triplet: 11, A4 and 90. RGB value is (17,164,144). Sum of RGB (Red+Green+Blue) = 17+164+144=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #11A490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A490 is #EE5B6F. Grayscale: #757575. Windows color (decimal): -15620976 or 9479185. OLE color: 9479185.

HSL color Cylindrical-coordinate representation of color #11A490: hue angle of 171.84º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A490 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 164 144 -
CMYK 0.90 0 0.12 0.36
HSL 171.84º 0.81% 0.35% -
HSV(B) 171.84º 0.9% 0.64% -
XYZ 18.54 28.68 30.94 -
YUV 117.77 142.8 56.13 -
System Red Green Blue C M Y K H S L
Decimal 17 164 144 0.90 0 0.12 0.36 171.84 0.81 0.35
Hex 11 A4 90 5A 0 C 24 AC 51 23
Octal 21 244 220 132 0 14 44 254 121 43
Binary 10001 10100100 10010000 1011010 0 1100 100100 10101100 1010001 100011

Color Harmonies of #11A490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A490

Black with #11A490

Text Example


Text Example

White with #11A490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11A490; }

 p { color: rgb(17,164,144); }

 H1.HeaderClassName
 {
   color: #11A490;
 }
 .AnyTagClassName
 {
   color: #11A490;
 }
</style>

background-color css

<style>
 a { background-color: #11A490; }

 a { background-color: rgb(17,164,144); }

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

border-color css

<style>
 span { border-color: #11A490; }

 span { border-color: rgb(17,164,144); }

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