Html Css Color HEX #10965C Shamrock Green

📋 copy color: '#10965C'

red 16 ◦ green 150 ◦ blue 92

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

Shades of Shamrock Green #10965C

Tints of Shamrock Green #10965C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.66%

R = 6.2%
G = 58.14%
B = 35.66%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#10965C (or 0x10965C) is known color: Shamrock Green. HEX triplet: 10, 96 and 5C. RGB value is (16,150,92). Sum of RGB (Red+Green+Blue) = 16+150+92=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 150 (58.98% from 255 or 58.14% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 150 - color contains mainly: green. Hex color #10965C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10965C is #EF69A3. Grayscale: #676767. Windows color (decimal): -15690148 or 6067728. OLE color: 6067728.

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

Color convert

RGB 16 150 92 -
CMYK 0.89 0 0.39 0.41
HSL 154.03º 0.81% 0.33% -
HSV(B) 154.03º 0.89% 0.59% -
XYZ 13.05 22.7 13.82 -
YUV 103.32 121.61 65.72 -
System Red Green Blue C M Y K H S L
Decimal 16 150 92 0.89 0 0.39 0.41 154.03 0.81 0.33
Hex 10 96 5C 59 0 27 29 9A 51 21
Octal 20 226 134 131 0 47 51 232 121 41
Binary 10000 10010110 1011100 1011001 0 100111 101001 10011010 1010001 100001

Color Harmonies of #10965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10965C

Black with #10965C

Text Example


Text Example

White with #10965C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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