#1ABE41

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

Shades of Dark Pastel Green #1ABE41

Tints of Dark Pastel Green #1ABE41

Color information

#1ABE41 (or 0x1ABE41) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, BE and 41. RGB value is (26,190,65). Sum of RGB (Red+Green+Blue) = 26+190+65=281 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.25% from 281); Green value is 190 (74.61% from 255 or 67.62% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 190 - color contains mainly: green. Hex color #1ABE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABE41 is #E541BE. Grayscale: #7F7F7F. Windows color (decimal): -15024575 or 4308506. OLE color: 4308506.

HSL color Cylindrical-coordinate representation of color #1ABE41: hue angle of 134.27º 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 #1ABE41 is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB2619065-
CMYK0.8600.660.25
HSL134.27º75.93%42.35%-
HSV(B)134.27º86.32%74.51%-
XYZ19.7937.4311.18-
YUV126.7193.1756.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.25%
GREEN value IS 190 (74.61% from 255) = 67.62%
BLUE value IS 65 (25.78% from 255) = 23.13%
R=9.25%
G=67.62%
B=23.13%

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
Decimal26190650.8600.660.25134.2775.9342.35
Hex1ABE415604219864c2a
Octal3227610112601023120611452
Binary1101010111110100000110101100100001011001100001101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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