#1ABA42

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

Shades of Dark Pastel Green #1ABA42

Tints of Dark Pastel Green #1ABA42

Color information

#1ABA42 (or 0x1ABA42) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, BA and 42. RGB value is (26,186,66). Sum of RGB (Red+Green+Blue) = 26+186+66=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 186 (73.05% from 255 or 66.91% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABA42 is #E545BD. Grayscale: #7C7C7C. Windows color (decimal): -15025598 or 4373018. OLE color: 4373018.

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

Color convert

RGB2618666-
CMYK0.8600.650.27
HSL135º75.47%41.57%-
HSV(B)135º86.02%72.94%-
XYZ18.9735.7311.05-
YUV124.4894.9957.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.35%
GREEN value IS 186 (73.05% from 255) = 66.91%
BLUE value IS 66 (26.17% from 255) = 23.74%
R=9.35%
G=66.91%
B=23.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal26186660.8600.650.2713575.4741.57
Hex1ABA42560411B874b2a
Octal3227210212601013320711352
Binary1101010111010100001010101100100000111011100001111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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