#1ABE3A

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

Shades of Dark Pastel Green #1ABE3A

Tints of Dark Pastel Green #1ABE3A

Color information

#1ABE3A (or 0x1ABE3A) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, BE and 3A. RGB value is (26,190,58). Sum of RGB (Red+Green+Blue) = 26+190+58=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 190 (74.61% from 255 or 69.34% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 190 - color contains mainly: green. Hex color #1ABE3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABE3A is #E541C5. Grayscale: #7E7E7E. Windows color (decimal): -15024582 or 3849754. OLE color: 3849754.

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

Color convert

RGB2619058-
CMYK0.8600.690.25
HSL131.71º75.93%42.35%-
HSV(B)131.71º86.32%74.51%-
XYZ19.637.3510.18-
YUV125.9289.6756.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.49%
GREEN value IS 190 (74.61% from 255) = 69.34%
BLUE value IS 58 (23.05% from 255) = 21.17%
R=9.49%
G=69.34%
B=21.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26190580.8600.690.25131.7175.9342.35
Hex1ABE3A5604519844c2a
Octal322767212601053120411452
Binary110101011111011101010101100100010111001100001001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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