#1ABF44

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

Shades of Dark Pastel Green #1ABF44

Tints of Dark Pastel Green #1ABF44

Color information

#1ABF44 (or 0x1ABF44) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, BF and 44. RGB value is (26,191,68). Sum of RGB (Red+Green+Blue) = 26+191+68=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 191 (75% from 255 or 67.02% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABF44 is #E540BB. Grayscale: #7F7F7F. Windows color (decimal): -15024316 or 4505370. OLE color: 4505370.

HSL color Cylindrical-coordinate representation of color #1ABF44: hue angle of 135.27º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABF44 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB2619168-
CMYK0.8600.640.25
HSL135.27º76.04%42.55%-
HSV(B)135.27º86.39%74.9%-
XYZ20.137.911.72-
YUV127.6494.3455.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.12%
GREEN value IS 191 (75% from 255) = 67.02%
BLUE value IS 68 (26.95% from 255) = 23.86%
R=9.12%
G=67.02%
B=23.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26191680.8600.640.25135.2776.0442.55
Hex1ABF445604019874c2b
Octal3227710412601003120711453
Binary1101010111111100010010101100100000011001100001111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,191,68); }

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

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

 a { background-color: rgb(26,191,68); }

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

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

 span { border-color: rgb(26,191,68); }

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