Html Css Color HEX #18B483 Mountain Meadow

📋 copy color: '#18B483'

red 24 ◦ green 180 ◦ blue 131

#18B483
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #18B483

Tints of Mountain Meadow #18B483

RGB

 RED value IS 24 (9.77% from 255) = 7.16%

 GREEN value IS 180 (70.7% from 255) = 53.73%

 BLUE value IS 131 (51.56% from 255) = 39.1%

R = 7.16%
G = 53.73%
B = 39.1%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#18B483 (or 0x18B483) is known color: Mountain Meadow. HEX triplet: 18, B4 and 83. RGB value is (24,180,131). Sum of RGB (Red+Green+Blue) = 24+180+131=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 180 (70.70% from 255 or 53.73% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 180 - color contains mainly: green. Hex color #18B483 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B483 is #E74B7C. Grayscale: #7F7F7F. Windows color (decimal): -15158141 or 8631320. OLE color: 8631320.

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

Color convert

RGB 24 180 131 -
CMYK 0.87 0 0.27 0.29
HSL 161.15º 0.76% 0.4% -
HSV(B) 161.15º 0.87% 0.71% -
XYZ 20.79 34.48 27.03 -
YUV 127.77 129.82 53.98 -
System Red Green Blue C M Y K H S L
Decimal 24 180 131 0.87 0 0.27 0.29 161.15 0.76 0.4
Hex 18 B4 83 57 0 1B 1D A1 4C 28
Octal 30 264 203 127 0 33 35 241 114 50
Binary 11000 10110100 10000011 1010111 0 11011 11101 10100001 1001100 101000

Color Harmonies of #18B483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B483

Black with #18B483

Text Example


Text Example

White with #18B483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18B483;
 }
 .AnyTagClassName
 {
   color: #18B483;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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