#1ABE3D

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

Shades of Dark Pastel Green #1ABE3D

Tints of Dark Pastel Green #1ABE3D

Color information

#1ABE3D (or 0x1ABE3D) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, BE and 3D. RGB value is (26,190,61). Sum of RGB (Red+Green+Blue) = 26+190+61=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 190 (74.61% from 255 or 68.59% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 190 - color contains mainly: green. Hex color #1ABE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABE3D is #E541C2. Grayscale: #7E7E7E. Windows color (decimal): -15024579 or 4046362. OLE color: 4046362.

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

Color convert

RGB2619061-
CMYK0.8600.680.25
HSL132.8º75.93%42.35%-
HSV(B)132.8º86.32%74.51%-
XYZ19.6837.3810.59-
YUV126.2691.1756.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.39%
GREEN value IS 190 (74.61% from 255) = 68.59%
BLUE value IS 61 (24.22% from 255) = 22.02%
R=9.39%
G=68.59%
B=22.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26190610.8600.680.25132.875.9342.35
Hex1ABE3D5604419854c2a
Octal322767512601043120511452
Binary110101011111011110110101100100010011001100001011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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