#18BD4E

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

Shades of Dark Pastel Green #18BD4E

Tints of Dark Pastel Green #18BD4E

Color information

#18BD4E (or 0x18BD4E) is unknown color: approx Dark Pastel Green. HEX triplet: 18, BD and 4E. RGB value is (24,189,78). Sum of RGB (Red+Green+Blue) = 24+189+78=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 189 (74.22% from 255 or 64.95% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 189 - color contains mainly: green. Hex color #18BD4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BD4E is #E742B1. Grayscale: #7F7F7F. Windows color (decimal): -15155890 or 5160216. OLE color: 5160216.

HSL color Cylindrical-coordinate representation of color #18BD4E: hue angle of 139.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BD4E is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB2418978-
CMYK0.8700.590.26
HSL139.64º77.46%41.76%-
HSV(B)139.64º87.3%74.12%-
XYZ19.9537.1413.32-
YUV127.01100.3454.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.25%
GREEN value IS 189 (74.22% from 255) = 64.95%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=8.25%
G=64.95%
B=26.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal24189780.8700.590.26139.6477.4641.76
Hex18BD4E5703B1A8c4d2a
Octal302751161270733221411552
Binary110001011110110011101010111011101111010100011001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,189,78); }

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

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

 a { background-color: rgb(24,189,78); }

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

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

 span { border-color: rgb(24,189,78); }

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