#1ABA51

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

Shades of Dark Pastel Green #1ABA51

Tints of Dark Pastel Green #1ABA51

Color information

#1ABA51 (or 0x1ABA51) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, BA and 51. RGB value is (26,186,81). Sum of RGB (Red+Green+Blue) = 26+186+81=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 186 (73.05% from 255 or 63.48% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABA51 is #E545AE. Grayscale: #7E7E7E. Windows color (decimal): -15025583 or 5356058. OLE color: 5356058.

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

Color convert

RGB2618681-
CMYK0.8600.560.27
HSL140.62º75.47%41.57%-
HSV(B)140.62º86.02%72.94%-
XYZ19.4735.9313.69-
YUV126.19102.4956.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.87%
GREEN value IS 186 (73.05% from 255) = 63.48%
BLUE value IS 81 (32.03% from 255) = 27.65%
R=8.87%
G=63.48%
B=27.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal26186810.8600.560.27140.6275.4741.57
Hex1ABA51560381B8d4b2a
Octal322721211260703321511352
Binary110101011101010100011010110011100011011100011011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,186,81); }

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

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

 a { background-color: rgb(26,186,81); }

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

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

 span { border-color: rgb(26,186,81); }

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