#18B94E

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

Shades of Dark Pastel Green #18B94E

Tints of Dark Pastel Green #18B94E

Color information

#18B94E (or 0x18B94E) is unknown color: approx Dark Pastel Green. HEX triplet: 18, B9 and 4E. RGB value is (24,185,78). Sum of RGB (Red+Green+Blue) = 24+185+78=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 185 (72.66% from 255 or 64.46% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 185 - color contains mainly: green. Hex color #18B94E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B94E is #E746B1. Grayscale: #7C7C7C. Windows color (decimal): -15156914 or 5159192. OLE color: 5159192.

HSL color Cylindrical-coordinate representation of color #18B94E: hue angle of 140.12º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B94E is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB2418578-
CMYK0.8700.580.27
HSL140.12º77.03%40.98%-
HSV(B)140.12º87.03%72.55%-
XYZ19.135.4413.04-
YUV124.66101.6656.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.36%
GREEN value IS 185 (72.66% from 255) = 64.46%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=8.36%
G=64.46%
B=27.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal24185780.8700.580.27140.1277.0340.98
Hex18B94E5703A1B8c4d29
Octal302711161270723321411551
Binary110001011100110011101010111011101011011100011001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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