Html Css Color HEX #11AC92 Persian Green

📋 copy color: '#11AC92'

red 17 ◦ green 172 ◦ blue 146

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

Shades of Persian Green #11AC92

Tints of Persian Green #11AC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.58%

R = 5.07%
G = 51.34%
B = 43.58%

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

#11AC92 (or 0x11AC92) is known color: Persian Green. HEX triplet: 11, AC and 92. RGB value is (17,172,146). Sum of RGB (Red+Green+Blue) = 17+172+146=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AC92 is #EE536D. Grayscale: #7A7A7A. Windows color (decimal): -15618926 or 9612305. OLE color: 9612305.

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

Color convert

RGB 17 172 146 -
CMYK 0.90 0 0.15 0.33
HSL 169.94º 0.82% 0.37% -
HSV(B) 169.94º 0.9% 0.67% -
XYZ 20.17 31.7 32.25 -
YUV 122.69 141.15 52.61 -
System Red Green Blue C M Y K H S L
Decimal 17 172 146 0.90 0 0.15 0.33 169.94 0.82 0.37
Hex 11 AC 92 5A 0 F 21 AA 52 25
Octal 21 254 222 132 0 17 41 252 122 45
Binary 10001 10101100 10010010 1011010 0 1111 100001 10101010 1010010 100101

Color Harmonies of #11AC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AC92

Black with #11AC92

Text Example


Text Example

White with #11AC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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