#109952

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

Shades of Pigment Green #109952

Tints of Pigment Green #109952

Color information

#109952 (or 0x109952) is unknown color: approx Pigment Green. HEX triplet: 10, 99 and 52. RGB value is (16,153,82). Sum of RGB (Red+Green+Blue) = 16+153+82=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 153 (60.16% from 255 or 60.96% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 153 - color contains mainly: green. Hex color #109952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109952 is #EF66AD. Grayscale: #686868. Windows color (decimal): -15689390 or 5413136. OLE color: 5413136.

HSL color Cylindrical-coordinate representation of color #109952: hue angle of 148.91º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109952 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB1615382-
CMYK0.9000.460.4
HSL148.91º81.07%33.14%-
HSV(B)148.91º89.54%60%-
XYZ13.1323.511.83-
YUV103.94115.6165.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.37%
GREEN value IS 153 (60.16% from 255) = 60.96%
BLUE value IS 82 (32.42% from 255) = 32.67%
R=6.37%
G=60.96%
B=32.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal16153820.9000.460.4148.9181.0733.14
Hex1099525A02E28955121
Octal202311221320565022512141
Binary1000010011001101001010110100101110101000100101011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109952; }

 p { color: rgb(16,153,82); }

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

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

 a { background-color: rgb(16,153,82); }

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

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

 span { border-color: rgb(16,153,82); }

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