Html Css Color HEX #11965F Shamrock Green

📋 copy color: '#11965F'

red 17 ◦ green 150 ◦ blue 95

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

Shades of Shamrock Green #11965F

Tints of Shamrock Green #11965F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.25%

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

R = 6.49%
G = 57.25%
B = 36.26%

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

#11965F (or 0x11965F) is known color: Shamrock Green. HEX triplet: 11, 96 and 5F. RGB value is (17,150,95). Sum of RGB (Red+Green+Blue) = 17+150+95=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 150 (58.98% from 255 or 57.25% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 150 - color contains mainly: green. Hex color #11965F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11965F is #EE69A0. Grayscale: #686868. Windows color (decimal): -15624609 or 6264337. OLE color: 6264337.

HSL color Cylindrical-coordinate representation of color #11965F: hue angle of 155.19º 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 #11965F is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 150 95 -
CMYK 0.89 0 0.37 0.41
HSL 155.19º 0.8% 0.33% -
HSV(B) 155.19º 0.89% 0.59% -
XYZ 13.2 22.76 14.52 -
YUV 103.96 122.94 65.97 -
System Red Green Blue C M Y K H S L
Decimal 17 150 95 0.89 0 0.37 0.41 155.19 0.8 0.33
Hex 11 96 5F 59 0 25 29 9B 50 21
Octal 21 226 137 131 0 45 51 233 120 41
Binary 10001 10010110 1011111 1011001 0 100101 101001 10011011 1010000 100001

Color Harmonies of #11965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11965F

Black with #11965F

Text Example


Text Example

White with #11965F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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