#1ABA48

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

Shades of Dark Pastel Green #1ABA48

Tints of Dark Pastel Green #1ABA48

Color information

#1ABA48 (or 0x1ABA48) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, BA and 48. RGB value is (26,186,72). Sum of RGB (Red+Green+Blue) = 26+186+72=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABA48 is #E545B7. Grayscale: #7D7D7D. Windows color (decimal): -15025592 or 4766234. OLE color: 4766234.

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

Color convert

RGB2618672-
CMYK0.8600.610.27
HSL137.25º75.47%41.57%-
HSV(B)137.25º86.02%72.94%-
XYZ19.1535.8112.03-
YUV125.1697.9957.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.15%
GREEN value IS 186 (73.05% from 255) = 65.49%
BLUE value IS 72 (28.52% from 255) = 25.35%
R=9.15%
G=65.49%
B=25.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal26186720.8600.610.27137.2575.4741.57
Hex1ABA485603D1B894b2a
Octal322721101260753321111352
Binary110101011101010010001010110011110111011100010011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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