Html Css Color HEX #11995D Shamrock Green

📋 copy color: '#11995D'

red 17 ◦ green 153 ◦ blue 93

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

Shades of Shamrock Green #11995D

Tints of Shamrock Green #11995D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 58.17%

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 6.46%
G = 58.17%
B = 35.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#11995D (or 0x11995D) is known color: Shamrock Green. HEX triplet: 11, 99 and 5D. RGB value is (17,153,93). Sum of RGB (Red+Green+Blue) = 17+153+93=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 153 (60.16% from 255 or 58.17% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 153 - color contains mainly: green. Hex color #11995D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11995D is #EE66A2. Grayscale: #696969. Windows color (decimal): -15623843 or 6134033. OLE color: 6134033.

HSL color Cylindrical-coordinate representation of color #11995D: hue angle of 153.53º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11995D is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 153 93 -
CMYK 0.89 0 0.39 0.4
HSL 153.53º 0.8% 0.33% -
HSV(B) 153.53º 0.89% 0.6% -
XYZ 13.6 23.69 14.21 -
YUV 105.5 120.94 64.88 -
System Red Green Blue C M Y K H S L
Decimal 17 153 93 0.89 0 0.39 0.4 153.53 0.8 0.33
Hex 11 99 5D 59 0 27 28 9A 50 21
Octal 21 231 135 131 0 47 50 232 120 41
Binary 10001 10011001 1011101 1011001 0 100111 101000 10011010 1010000 100001

Color Harmonies of #11995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11995D

Black with #11995D

Text Example


Text Example

White with #11995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11995D; }

 p { color: rgb(17,153,93); }

 H1.HeaderClassName
 {
   color: #11995D;
 }
 .AnyTagClassName
 {
   color: #11995D;
 }
</style>

background-color css

<style>
 a { background-color: #11995D; }

 a { background-color: rgb(17,153,93); }

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

border-color css

<style>
 span { border-color: #11995D; }

 span { border-color: rgb(17,153,93); }

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