#1ABE40

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

Shades of Dark Pastel Green #1ABE40

Tints of Dark Pastel Green #1ABE40

Color information

#1ABE40 (or 0x1ABE40) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, BE and 40. RGB value is (26,190,64). Sum of RGB (Red+Green+Blue) = 26+190+64=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 190 (74.61% from 255 or 67.86% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 190 - color contains mainly: green. Hex color #1ABE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABE40 is #E541BF. Grayscale: #7E7E7E. Windows color (decimal): -15024576 or 4242970. OLE color: 4242970.

HSL color Cylindrical-coordinate representation of color #1ABE40: hue angle of 133.9º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABE40 is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB2619064-
CMYK0.8600.660.25
HSL133.9º75.93%42.35%-
HSV(B)133.9º86.32%74.51%-
XYZ19.7637.4211.03-
YUV126.692.6756.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.29%
GREEN value IS 190 (74.61% from 255) = 67.86%
BLUE value IS 64 (25.39% from 255) = 22.86%
R=9.29%
G=67.86%
B=22.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26190640.8600.660.25133.975.9342.35
Hex1ABE405604219864c2a
Octal3227610012601023120611452
Binary1101010111110100000010101100100001011001100001101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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