Html Css Color HEX #18AD74 Mountain Meadow

📋 copy color: '#18AD74'

red 24 ◦ green 173 ◦ blue 116

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

Shades of Mountain Meadow #18AD74

Tints of Mountain Meadow #18AD74

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.27%

 BLUE value IS 116 (45.7% from 255) = 37.06%

R = 7.67%
G = 55.27%
B = 37.06%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#18AD74 (or 0x18AD74) is known color: Mountain Meadow. HEX triplet: 18, AD and 74. RGB value is (24,173,116). Sum of RGB (Red+Green+Blue) = 24+173+116=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AD74 is #E7528B. Grayscale: #7A7A7A. Windows color (decimal): -15159948 or 7646488. OLE color: 7646488.

HSL color Cylindrical-coordinate representation of color #18AD74: hue angle of 157.05º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AD74 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 173 116 -
CMYK 0.86 0 0.33 0.32
HSL 157.05º 0.76% 0.39% -
HSV(B) 157.05º 0.86% 0.68% -
XYZ 18.47 31.34 21.6 -
YUV 121.95 124.64 58.13 -
System Red Green Blue C M Y K H S L
Decimal 24 173 116 0.86 0 0.33 0.32 157.05 0.76 0.39
Hex 18 AD 74 56 0 21 20 9D 4C 27
Octal 30 255 164 126 0 41 40 235 114 47
Binary 11000 10101101 1110100 1010110 0 100001 100000 10011101 1001100 100111

Color Harmonies of #18AD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AD74

Black with #18AD74

Text Example


Text Example

White with #18AD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,173,116); }

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

background-color css

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

 a { background-color: rgb(24,173,116); }

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

border-color css

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

 span { border-color: rgb(24,173,116); }

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