#169842

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

Shades of Pigment Green #169842

Tints of Pigment Green #169842

Color information

#169842 (or 0x169842) is unknown color: approx Pigment Green. HEX triplet: 16, 98 and 42. RGB value is (22,152,66). Sum of RGB (Red+Green+Blue) = 22+152+66=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 152 (59.77% from 255 or 63.33% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 152 - color contains mainly: green. Hex color #169842 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #169842 is #E967BD. Grayscale: #676767. Windows color (decimal): -15296446 or 4364310. OLE color: 4364310.

HSL color Cylindrical-coordinate representation of color #169842: hue angle of 140.31º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169842 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB2215266-
CMYK0.8600.570.40
HSL140.31º74.71%34.12%-
HSV(B)140.31º85.53%59.61%-
XYZ12.5423.028.94-
YUV103.33106.9369.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.17%
GREEN value IS 152 (59.77% from 255) = 63.33%
BLUE value IS 66 (26.17% from 255) = 27.5%
R=9.17%
G=63.33%
B=27.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal22152660.8600.570.40140.3174.7134.12
Hex16984256039288c4b22
Octal262301021260715021411342
Binary1011010011000100001010101100111001101000100011001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169842; }

 p { color: rgb(22,152,66); }

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

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

 a { background-color: rgb(22,152,66); }

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

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

 span { border-color: rgb(22,152,66); }

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