Html Css Color HEX #11A295 Persian Green

📋 copy color: '#11A295'

red 17 ◦ green 162 ◦ blue 149

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

Shades of Persian Green #11A295

Tints of Persian Green #11A295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.39%

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

R = 5.18%
G = 49.39%
B = 45.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#11A295 (or 0x11A295) is known color: Persian Green. HEX triplet: 11, A2 and 95. RGB value is (17,162,149). Sum of RGB (Red+Green+Blue) = 17+162+149=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #11A295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A295 is #EE5D6A. Grayscale: #757575. Windows color (decimal): -15621483 or 9806353. OLE color: 9806353.

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

Color convert

RGB 17 162 149 -
CMYK 0.90 0 0.08 0.36
HSL 174.62º 0.81% 0.35% -
HSV(B) 174.62º 0.9% 0.64% -
XYZ 18.58 28.13 32.88 -
YUV 117.16 145.96 56.56 -
System Red Green Blue C M Y K H S L
Decimal 17 162 149 0.90 0 0.08 0.36 174.62 0.81 0.35
Hex 11 A2 95 5A 0 8 24 AF 51 23
Octal 21 242 225 132 0 10 44 257 121 43
Binary 10001 10100010 10010101 1011010 0 1000 100100 10101111 1010001 100011

Color Harmonies of #11A295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A295

Black with #11A295

Text Example


Text Example

White with #11A295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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