#18AB44

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

Shades of Dark Pastel Green #18AB44

Tints of Dark Pastel Green #18AB44

Color information

#18AB44 (or 0x18AB44) is unknown color: approx Dark Pastel Green. HEX triplet: 18, AB and 44. RGB value is (24,171,68). Sum of RGB (Red+Green+Blue) = 24+171+68=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 171 (67.19% from 255 or 65.02% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AB44 is #E754BB. Grayscale: #737373. Windows color (decimal): -15160508 or 4500248. OLE color: 4500248.

HSL color Cylindrical-coordinate representation of color #18AB44: hue angle of 137.96º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AB44 is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB2417168-
CMYK0.8600.600.33
HSL137.96º75.38%38.24%-
HSV(B)137.96º85.96%67.06%-
XYZ15.9829.7410.37-
YUV115.3101.362.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.13%
GREEN value IS 171 (67.19% from 255) = 65.02%
BLUE value IS 68 (26.95% from 255) = 25.86%
R=9.13%
G=65.02%
B=25.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24171680.8600.600.33137.9675.3838.24
Hex18AB445603C218a4b26
Octal302531041260744121211346
Binary1100010101011100010010101100111100100001100010101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18AB44; }

 p { color: rgb(24,171,68); }

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

<style>
 a { background-color: #18AB44; }

 a { background-color: rgb(24,171,68); }

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

<style>
 span { border-color: #18AB44; }

 span { border-color: rgb(24,171,68); }

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