Html Css Color HEX #18C974 Mountain Meadow

📋 copy color: '#18C974'

red 24 ◦ green 201 ◦ blue 116

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

Shades of Mountain Meadow #18C974

Tints of Mountain Meadow #18C974

RGB

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

 GREEN value IS 201 (78.91% from 255) = 58.94%

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

R = 7.04%
G = 58.94%
B = 34.02%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#18C974 (or 0x18C974) is known color: Mountain Meadow. HEX triplet: 18, C9 and 74. RGB value is (24,201,116). Sum of RGB (Red+Green+Blue) = 24+201+116=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 201 (78.91% from 255 or 58.94% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 201 - color contains mainly: green. Hex color #18C974 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C974 is #E7368B. Grayscale: #8A8A8A. Windows color (decimal): -15152780 or 7653656. OLE color: 7653656.

HSL color Cylindrical-coordinate representation of color #18C974: hue angle of 151.19º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C974 is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 201 116 -
CMYK 0.88 0 0.42 0.21
HSL 151.19º 0.79% 0.44% -
HSV(B) 151.19º 0.88% 0.79% -
XYZ 24.42 43.23 23.58 -
YUV 138.39 115.36 46.41 -
System Red Green Blue C M Y K H S L
Decimal 24 201 116 0.88 0 0.42 0.21 151.19 0.79 0.44
Hex 18 C9 74 58 0 2A 15 97 4F 2C
Octal 30 311 164 130 0 52 25 227 117 54
Binary 11000 11001001 1110100 1011000 0 101010 10101 10010111 1001111 101100

Color Harmonies of #18C974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C974

Black with #18C974

Text Example


Text Example

White with #18C974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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