Html Css Color HEX #11A492 Persian Green

📋 copy color: '#11A492'

red 17 ◦ green 164 ◦ blue 146

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

Shades of Persian Green #11A492

Tints of Persian Green #11A492

RGB

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

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

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

R = 5.2%
G = 50.15%
B = 44.65%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#11A492 (or 0x11A492) is known color: Persian Green. HEX triplet: 11, A4 and 92. RGB value is (17,164,146). Sum of RGB (Red+Green+Blue) = 17+164+146=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 164 (64.45% from 255 or 50.15% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 164 - color contains mainly: green. Hex color #11A492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A492 is #EE5B6D. Grayscale: #757575. Windows color (decimal): -15620974 or 9610257. OLE color: 9610257.

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

Color convert

RGB 17 164 146 -
CMYK 0.90 0 0.11 0.36
HSL 172.65º 0.81% 0.35% -
HSV(B) 172.65º 0.9% 0.64% -
XYZ 18.69 28.75 31.76 -
YUV 118 143.8 55.96 -
System Red Green Blue C M Y K H S L
Decimal 17 164 146 0.90 0 0.11 0.36 172.65 0.81 0.35
Hex 11 A4 92 5A 0 B 24 AD 51 23
Octal 21 244 222 132 0 13 44 255 121 43
Binary 10001 10100100 10010010 1011010 0 1011 100100 10101101 1010001 100011

Color Harmonies of #11A492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A492

Black with #11A492

Text Example


Text Example

White with #11A492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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