Html Css Color HEX #11AC91 Persian Green

📋 copy color: '#11AC91'

red 17 ◦ green 172 ◦ blue 145

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

Shades of Persian Green #11AC91

Tints of Persian Green #11AC91

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.5%

 BLUE value IS 145 (57.03% from 255) = 43.41%

R = 5.09%
G = 51.5%
B = 43.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#11AC91 (or 0x11AC91) is known color: Persian Green. HEX triplet: 11, AC and 91. RGB value is (17,172,145). Sum of RGB (Red+Green+Blue) = 17+172+145=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AC91 is #EE536E. Grayscale: #7A7A7A. Windows color (decimal): -15618927 or 9546769. OLE color: 9546769.

HSL color Cylindrical-coordinate representation of color #11AC91: hue angle of 169.55º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AC91 is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 172 145 -
CMYK 0.90 0 0.16 0.33
HSL 169.55º 0.82% 0.37% -
HSV(B) 169.55º 0.9% 0.67% -
XYZ 20.09 31.67 31.84 -
YUV 122.58 140.65 52.7 -
System Red Green Blue C M Y K H S L
Decimal 17 172 145 0.90 0 0.16 0.33 169.55 0.82 0.37
Hex 11 AC 91 5A 0 10 21 AA 52 25
Octal 21 254 221 132 0 20 41 252 122 45
Binary 10001 10101100 10010001 1011010 0 10000 100001 10101010 1010010 100101

Color Harmonies of #11AC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AC91

Black with #11AC91

Text Example


Text Example

White with #11AC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,172,145); }

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

background-color css

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

 a { background-color: rgb(17,172,145); }

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

border-color css

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

 span { border-color: rgb(17,172,145); }

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