Html Css Color HEX #10965F Shamrock Green

📋 copy color: '#10965F'

red 16 ◦ green 150 ◦ blue 95

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

Shades of Shamrock Green #10965F

Tints of Shamrock Green #10965F

RGB

 RED value IS 16 (6.64% from 255) = 6.13%

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

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

R = 6.13%
G = 57.47%
B = 36.4%

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

#10965F (or 0x10965F) is known color: Shamrock Green. HEX triplet: 10, 96 and 5F. RGB value is (16,150,95). Sum of RGB (Red+Green+Blue) = 16+150+95=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 150 (58.98% from 255 or 57.47% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 150 - color contains mainly: green. Hex color #10965F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10965F is #EF69A0. Grayscale: #676767. Windows color (decimal): -15690145 or 6264336. OLE color: 6264336.

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

Color convert

RGB 16 150 95 -
CMYK 0.89 0 0.37 0.41
HSL 155.37º 0.81% 0.33% -
HSV(B) 155.37º 0.89% 0.59% -
XYZ 13.19 22.75 14.52 -
YUV 103.66 123.11 65.47 -
System Red Green Blue C M Y K H S L
Decimal 16 150 95 0.89 0 0.37 0.41 155.37 0.81 0.33
Hex 10 96 5F 59 0 25 29 9B 51 21
Octal 20 226 137 131 0 45 51 233 121 41
Binary 10000 10010110 1011111 1011001 0 100101 101001 10011011 1010001 100001

Color Harmonies of #10965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10965F

Black with #10965F

Text Example


Text Example

White with #10965F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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