Html Css Color HEX #11975F Shamrock Green

📋 copy color: '#11975F'

red 17 ◦ green 151 ◦ blue 95

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

Shades of Shamrock Green #11975F

Tints of Shamrock Green #11975F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 57.41%

 BLUE value IS 95 (37.5% from 255) = 36.12%

R = 6.46%
G = 57.41%
B = 36.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#11975F (or 0x11975F) is known color: Shamrock Green. HEX triplet: 11, 97 and 5F. RGB value is (17,151,95). Sum of RGB (Red+Green+Blue) = 17+151+95=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 151 (59.38% from 255 or 57.41% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 151 - color contains mainly: green. Hex color #11975F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11975F is #EE68A0. Grayscale: #686868. Windows color (decimal): -15624353 or 6264593. OLE color: 6264593.

HSL color Cylindrical-coordinate representation of color #11975F: hue angle of 154.93º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11975F is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 151 95 -
CMYK 0.89 0 0.37 0.41
HSL 154.93º 0.8% 0.33% -
HSV(B) 154.93º 0.89% 0.59% -
XYZ 13.36 23.08 14.58 -
YUV 104.55 122.61 65.55 -
System Red Green Blue C M Y K H S L
Decimal 17 151 95 0.89 0 0.37 0.41 154.93 0.8 0.33
Hex 11 97 5F 59 0 25 29 9B 50 21
Octal 21 227 137 131 0 45 51 233 120 41
Binary 10001 10010111 1011111 1011001 0 100101 101001 10011011 1010000 100001

Color Harmonies of #11975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11975F

Black with #11975F

Text Example


Text Example

White with #11975F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11975F; }

 p { color: rgb(17,151,95); }

 H1.HeaderClassName
 {
   color: #11975F;
 }
 .AnyTagClassName
 {
   color: #11975F;
 }
</style>

background-color css

<style>
 a { background-color: #11975F; }

 a { background-color: rgb(17,151,95); }

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

border-color css

<style>
 span { border-color: #11975F; }

 span { border-color: rgb(17,151,95); }

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