Html Css Color HEX #11AC95 Persian Green

📋 copy color: '#11AC95'

red 17 ◦ green 172 ◦ blue 149

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

Shades of Persian Green #11AC95

Tints of Persian Green #11AC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 5.03%
G = 50.89%
B = 44.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#11AC95 (or 0x11AC95) is known color: Persian Green. HEX triplet: 11, AC and 95. RGB value is (17,172,149). Sum of RGB (Red+Green+Blue) = 17+172+149=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AC95 is #EE536A. Grayscale: #7A7A7A. Windows color (decimal): -15618923 or 9808913. OLE color: 9808913.

HSL color Cylindrical-coordinate representation of color #11AC95: hue angle of 171.1º 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 #11AC95 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 172 149 -
CMYK 0.90 0 0.13 0.33
HSL 171.1º 0.82% 0.37% -
HSV(B) 171.1º 0.9% 0.67% -
XYZ 20.41 31.79 33.5 -
YUV 123.03 142.65 52.37 -
System Red Green Blue C M Y K H S L
Decimal 17 172 149 0.90 0 0.13 0.33 171.1 0.82 0.37
Hex 11 AC 95 5A 0 D 21 AB 52 25
Octal 21 254 225 132 0 15 41 253 122 45
Binary 10001 10101100 10010101 1011010 0 1101 100001 10101011 1010010 100101

Color Harmonies of #11AC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AC95

Black with #11AC95

Text Example


Text Example

White with #11AC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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