Html Css Color HEX #11AC93 Persian Green

📋 copy color: '#11AC93'

red 17 ◦ green 172 ◦ blue 147

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

Shades of Persian Green #11AC93

Tints of Persian Green #11AC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.75%

R = 5.06%
G = 51.19%
B = 43.75%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#11AC93 (or 0x11AC93) is known color: Persian Green. HEX triplet: 11, AC and 93. RGB value is (17,172,147). Sum of RGB (Red+Green+Blue) = 17+172+147=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AC93 is #EE536C. Grayscale: #7A7A7A. Windows color (decimal): -15618925 or 9677841. OLE color: 9677841.

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

Color convert

RGB 17 172 147 -
CMYK 0.90 0 0.15 0.33
HSL 170.32º 0.82% 0.37% -
HSV(B) 170.32º 0.9% 0.67% -
XYZ 20.25 31.73 32.66 -
YUV 122.81 141.65 52.53 -
System Red Green Blue C M Y K H S L
Decimal 17 172 147 0.90 0 0.15 0.33 170.32 0.82 0.37
Hex 11 AC 93 5A 0 F 21 AA 52 25
Octal 21 254 223 132 0 17 41 252 122 45
Binary 10001 10101100 10010011 1011010 0 1111 100001 10101010 1010010 100101

Color Harmonies of #11AC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AC93

Black with #11AC93

Text Example


Text Example

White with #11AC93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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