#18D481

Color #18D481 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #18D481

Tints of Mountain Meadow #18D481

Color information

#18D481 (or 0x18D481) is unknown color: approx Mountain Meadow. HEX triplet: 18, D4 and 81. RGB value is (24,212,129). Sum of RGB (Red+Green+Blue) = 24+212+129=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #18D481 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D481 is #E72B7E. Grayscale: #929292. Windows color (decimal): -15149951 or 8508440. OLE color: 8508440.

HSL color Cylindrical-coordinate representation of color #18D481: hue angle of 153.51º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D481 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB24212129-
CMYK0.8900.390.17
HSL153.51º79.66%46.27%-
HSV(B)153.51º88.68%83.14%-
XYZ27.8848.8728.73-
YUV146.33118.2240.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.58%
GREEN value IS 212 (83.20% from 255) = 58.08%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=6.58%
G=58.08%
B=35.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal242121290.8900.390.17153.5179.6646.27
Hex18D48159027119a502e
Octal303242011310472123212056
Binary1100011010100100000011011001010011110001100110101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18D481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,212,129); }

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

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

 a { background-color: rgb(24,212,129); }

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

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

 span { border-color: rgb(24,212,129); }

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