#1AAB40

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

Shades of Dark Pastel Green #1AAB40

Tints of Dark Pastel Green #1AAB40

Color information

#1AAB40 (or 0x1AAB40) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, AB and 40. RGB value is (26,171,64). Sum of RGB (Red+Green+Blue) = 26+171+64=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 171 (67.19% from 255 or 65.52% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 171 - color contains mainly: green. Hex color #1AAB40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAB40 is #E554BF. Grayscale: #737373. Windows color (decimal): -15029440 or 4238106. OLE color: 4238106.

HSL color Cylindrical-coordinate representation of color #1AAB40: hue angle of 135.72º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAB40 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB2617164-
CMYK0.8500.630.33
HSL135.72º73.6%38.63%-
HSV(B)135.72º84.8%67.06%-
XYZ15.9129.729.75-
YUV115.4598.9664.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.96%
GREEN value IS 171 (67.19% from 255) = 65.52%
BLUE value IS 64 (25.39% from 255) = 24.52%
R=9.96%
G=65.52%
B=24.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26171640.8500.630.33135.7273.638.63
Hex1AAB405503F21884a27
Octal322531001250774121011247
Binary1101010101011100000010101010111111100001100010001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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