Html Css Color HEX #11A396 Persian Green

📋 copy color: '#11A396'

red 17 ◦ green 163 ◦ blue 150

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

Shades of Persian Green #11A396

Tints of Persian Green #11A396

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.39%

 BLUE value IS 150 (58.98% from 255) = 45.45%

R = 5.15%
G = 49.39%
B = 45.45%

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

#11A396 (or 0x11A396) is known color: Persian Green. HEX triplet: 11, A3 and 96. RGB value is (17,163,150). Sum of RGB (Red+Green+Blue) = 17+163+150=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 163 - color contains mainly: green. Hex color #11A396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A396 is #EE5C69. Grayscale: #757575. Windows color (decimal): -15621226 or 9872145. OLE color: 9872145.

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

Color convert

RGB 17 163 150 -
CMYK 0.90 0 0.08 0.36
HSL 174.66º 0.81% 0.35% -
HSV(B) 174.66º 0.9% 0.64% -
XYZ 18.83 28.52 33.37 -
YUV 117.86 146.13 56.06 -
System Red Green Blue C M Y K H S L
Decimal 17 163 150 0.90 0 0.08 0.36 174.66 0.81 0.35
Hex 11 A3 96 5A 0 8 24 AF 51 23
Octal 21 243 226 132 0 10 44 257 121 43
Binary 10001 10100011 10010110 1011010 0 1000 100100 10101111 1010001 100011

Color Harmonies of #11A396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A396

Black with #11A396

Text Example


Text Example

White with #11A396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,163,150); }

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

background-color css

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

 a { background-color: rgb(17,163,150); }

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

border-color css

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

 span { border-color: rgb(17,163,150); }

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