#109648

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

Shades of Pigment Green #109648

Tints of Pigment Green #109648

Color information

#109648 (or 0x109648) is unknown color: approx Pigment Green. HEX triplet: 10, 96 and 48. RGB value is (16,150,72). Sum of RGB (Red+Green+Blue) = 16+150+72=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 150 (58.98% from 255 or 63.03% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 150 - color contains mainly: green. Hex color #109648 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109648 is #EF69B7. Grayscale: #656565. Windows color (decimal): -15690168 or 4757008. OLE color: 4757008.

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

Color convert

RGB1615072-
CMYK0.8900.520.41
HSL145.07º80.72%32.55%-
HSV(B)145.07º89.33%58.82%-
XYZ12.2922.399.81-
YUV101.04111.6167.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.72%
GREEN value IS 150 (58.98% from 255) = 63.03%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=6.72%
G=63.03%
B=30.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16150720.8900.520.41145.0780.7232.55
Hex1096485903429915121
Octal202261101310645122112141
Binary1000010010110100100010110010110100101001100100011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109648; }

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

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

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

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

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

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

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

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