#1ABE45

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

Shades of Dark Pastel Green #1ABE45

Tints of Dark Pastel Green #1ABE45

Color information

#1ABE45 (or 0x1ABE45) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, BE and 45. RGB value is (26,190,69). Sum of RGB (Red+Green+Blue) = 26+190+69=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 190 (74.61% from 255 or 66.67% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 190 - color contains mainly: green. Hex color #1ABE45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABE45 is #E541BA. Grayscale: #7F7F7F. Windows color (decimal): -15024571 or 4570650. OLE color: 4570650.

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

Color convert

RGB2619069-
CMYK0.8600.640.25
HSL135.73º75.93%42.35%-
HSV(B)135.73º86.32%74.51%-
XYZ19.9137.4811.81-
YUV127.1795.1755.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.12%
GREEN value IS 190 (74.61% from 255) = 66.67%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=9.12%
G=66.67%
B=24.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26190690.8600.640.25135.7375.9342.35
Hex1ABE455604019884c2a
Octal3227610512601003121011452
Binary1101010111110100010110101100100000011001100010001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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