#1ABE32

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

Shades of Dark Pastel Green #1ABE32

Tints of Dark Pastel Green #1ABE32

Color information

#1ABE32 (or 0x1ABE32) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, BE and 32. RGB value is (26,190,50). Sum of RGB (Red+Green+Blue) = 26+190+50=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 190 (74.61% from 255 or 71.43% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 190 - color contains mainly: green. Hex color #1ABE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABE32 is #E541CD. Grayscale: #7D7D7D. Windows color (decimal): -15024590 or 3325466. OLE color: 3325466.

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

Color convert

RGB2619050-
CMYK0.8600.740.25
HSL128.78º75.93%42.35%-
HSV(B)128.78º86.32%74.51%-
XYZ19.4237.289.19-
YUV12585.6757.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.77%
GREEN value IS 190 (74.61% from 255) = 71.43%
BLUE value IS 50 (19.92% from 255) = 18.80%
R=9.77%
G=71.43%
B=18.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26190500.8600.740.25128.7875.9342.35
Hex1ABE325604A19814c2a
Octal322766212601123120111452
Binary110101011111011001010101100100101011001100000011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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