#10963F

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

Shades of Pigment Green #10963F

Tints of Pigment Green #10963F

Color information

#10963F (or 0x10963F) is unknown color: approx Pigment Green. HEX triplet: 10, 96 and 3F. RGB value is (16,150,63). Sum of RGB (Red+Green+Blue) = 16+150+63=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 150 (58.98% from 255 or 65.50% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 150 - color contains mainly: green. Hex color #10963F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10963F is #EF69C0. Grayscale: #646464. Windows color (decimal): -15690177 or 4167184. OLE color: 4167184.

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

Color convert

RGB1615063-
CMYK0.8900.580.41
HSL141.04º80.72%32.55%-
HSV(B)141.04º89.33%58.82%-
XYZ12.0222.288.37-
YUV100.02107.1168.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.99%
GREEN value IS 150 (58.98% from 255) = 65.50%
BLUE value IS 63 (25% from 255) = 27.51%
R=6.99%
G=65.50%
B=27.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16150630.8900.580.41141.0480.7232.55
Hex10963F5903A298d5121
Octal20226771310725121512141
Binary100001001011011111110110010111010101001100011011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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