#18B94A

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

Shades of Dark Pastel Green #18B94A

Tints of Dark Pastel Green #18B94A

Color information

#18B94A (or 0x18B94A) is unknown color: approx Dark Pastel Green. HEX triplet: 18, B9 and 4A. RGB value is (24,185,74). Sum of RGB (Red+Green+Blue) = 24+185+74=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 185 (72.66% from 255 or 65.37% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 185 - color contains mainly: green. Hex color #18B94A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B94A is #E746B5. Grayscale: #7C7C7C. Windows color (decimal): -15156918 or 4897048. OLE color: 4897048.

HSL color Cylindrical-coordinate representation of color #18B94A: hue angle of 138.63º 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 #18B94A is Cyan = 0.87, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB2418574-
CMYK0.8700.60.27
HSL138.63º77.03%40.98%-
HSV(B)138.63º87.03%72.55%-
XYZ18.9635.3912.31-
YUV124.2199.6656.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.48%
GREEN value IS 185 (72.66% from 255) = 65.37%
BLUE value IS 74 (29.30% from 255) = 26.15%
R=8.48%
G=65.37%
B=26.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal24185740.8700.60.27138.6377.0340.98
Hex18B94A5703C1B8b4d29
Octal302711121270743321311551
Binary110001011100110010101010111011110011011100010111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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