#1A9F40

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

Shades of Pigment Green #1A9F40

Tints of Pigment Green #1A9F40

Color information

#1A9F40 (or 0x1A9F40) is unknown color: approx Pigment Green. HEX triplet: 1A, 9F and 40. RGB value is (26,159,64). Sum of RGB (Red+Green+Blue) = 26+159+64=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 159 (62.5% from 255 or 63.86% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 159 - color contains mainly: green. Hex color #1A9F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9F40 is #E560BF. Grayscale: #6C6C6C. Windows color (decimal): -15032512 or 4235034. OLE color: 4235034.

HSL color Cylindrical-coordinate representation of color #1A9F40: hue angle of 137.14º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A9F40 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB2615964-
CMYK0.8400.600.38
HSL137.14º71.89%36.27%-
HSV(B)137.14º83.65%62.35%-
XYZ13.7525.399.03-
YUV108.4102.9469.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.44%
GREEN value IS 159 (62.5% from 255) = 63.86%
BLUE value IS 64 (25.39% from 255) = 25.70%
R=10.44%
G=63.86%
B=25.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26159640.8400.600.38137.1471.8936.27
Hex1A9F405403C26894824
Octal322371001240744621111044
Binary1101010011111100000010101000111100100110100010011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A9F40; }

 p { color: rgb(26,159,64); }

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

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

 a { background-color: rgb(26,159,64); }

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

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

 span { border-color: rgb(26,159,64); }

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