#169C3F

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

Shades of Pigment Green #169C3F

Tints of Pigment Green #169C3F

Color information

#169C3F (or 0x169C3F) is unknown color: approx Pigment Green. HEX triplet: 16, 9C and 3F. RGB value is (22,156,63). Sum of RGB (Red+Green+Blue) = 22+156+63=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 156 (61.33% from 255 or 64.73% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 156 - color contains mainly: green. Hex color #169C3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #169C3F is #E963C0. Grayscale: #696969. Windows color (decimal): -15295425 or 4168726. OLE color: 4168726.

HSL color Cylindrical-coordinate representation of color #169C3F: hue angle of 138.36º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169C3F is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB2215663-
CMYK0.8600.600.39
HSL138.36º75.28%34.9%-
HSV(B)138.36º85.9%61.18%-
XYZ13.1224.318.7-
YUV105.33104.1168.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.13%
GREEN value IS 156 (61.33% from 255) = 64.73%
BLUE value IS 63 (25% from 255) = 26.14%
R=9.13%
G=64.73%
B=26.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal22156630.8600.600.39138.3675.2834.9
Hex169C3F5603C278a4b23
Octal26234771260744721211343
Binary101101001110011111110101100111100100111100010101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169C3F; }

 p { color: rgb(22,156,63); }

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

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

 a { background-color: rgb(22,156,63); }

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

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

 span { border-color: rgb(22,156,63); }

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