#10964E

Color #10964E Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #10964E

Tints of Pigment Green #10964E

Color information

#10964E (or 0x10964E) is unknown color: approx Pigment Green. HEX triplet: 10, 96 and 4E. RGB value is (16,150,78). Sum of RGB (Red+Green+Blue) = 16+150+78=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 150 (58.98% from 255 or 61.48% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 150 - color contains mainly: green. Hex color #10964E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10964E is #EF69B1. Grayscale: #656565. Windows color (decimal): -15690162 or 5150224. OLE color: 5150224.

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

Color convert

RGB1615078-
CMYK0.8900.480.41
HSL147.76º80.72%32.55%-
HSV(B)147.76º89.33%58.82%-
XYZ12.522.4710.89-
YUV101.73114.6166.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.56%
GREEN value IS 150 (58.98% from 255) = 61.48%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=6.56%
G=61.48%
B=31.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16150780.8900.480.41147.7680.7232.55
Hex10964E5903029945121
Octal202261161310605122412141
Binary1000010010110100111010110010110000101001100101001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10964E; }

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

 H1.HeaderClassName
 {
   color: #10964E;
 }
 .AnyTagClassName
 {
   color: #10964E;
 }
</style>
background-color css

<style>
 a { background-color: #10964E; }

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

 div.DivClassName
 {
   background-color: #10964E;
 }
 .BgClassName
 {
   background-color: #10964E;
 }
</style>
border-color css

<style>
 span { border-color: #10964E; }

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

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