#18B440

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

Shades of Dark Pastel Green #18B440

Tints of Dark Pastel Green #18B440

Color information

#18B440 (or 0x18B440) is unknown color: approx Dark Pastel Green. HEX triplet: 18, B4 and 40. RGB value is (24,180,64). Sum of RGB (Red+Green+Blue) = 24+180+64=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 180 (70.70% from 255 or 67.16% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 180 - color contains mainly: green. Hex color #18B440 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B440 is #E74BBF. Grayscale: #787878. Windows color (decimal): -15158208 or 4240408. OLE color: 4240408.

HSL color Cylindrical-coordinate representation of color #18B440: hue angle of 135.38º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B440 is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB2418064-
CMYK0.8700.640.29
HSL135.38º76.47%40%-
HSV(B)135.38º86.67%70.59%-
XYZ17.6233.2110.33-
YUV120.1396.3259.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.96%
GREEN value IS 180 (70.70% from 255) = 67.16%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=8.96%
G=67.16%
B=23.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal24180640.8700.640.29135.3876.4740
Hex18B440570401D874c28
Octal3026410012701003520711450
Binary1100010110100100000010101110100000011101100001111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,180,64); }

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

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

 a { background-color: rgb(24,180,64); }

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

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

 span { border-color: rgb(24,180,64); }

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