#1ABE4C

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

Shades of Dark Pastel Green #1ABE4C

Tints of Dark Pastel Green #1ABE4C

Color information

#1ABE4C (or 0x1ABE4C) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, BE and 4C. RGB value is (26,190,76). Sum of RGB (Red+Green+Blue) = 26+190+76=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 190 (74.61% from 255 or 65.07% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 190 - color contains mainly: green. Hex color #1ABE4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABE4C is #E541B3. Grayscale: #808080. Windows color (decimal): -15024564 or 5029402. OLE color: 5029402.

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

Color convert

RGB2619076-
CMYK0.8600.600.25
HSL138.29º75.93%42.35%-
HSV(B)138.29º86.32%74.51%-
XYZ20.1437.5713.03-
YUV127.9798.6755.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.90%
GREEN value IS 190 (74.61% from 255) = 65.07%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=8.90%
G=65.07%
B=26.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26190760.8600.600.25138.2975.9342.35
Hex1ABE4C5603C198a4c2a
Octal322761141260743121211452
Binary110101011111010011001010110011110011001100010101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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