Html Css Color HEX #18C970 Mountain Meadow

📋 copy color: '#18C970'

red 24 ◦ green 201 ◦ blue 112

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

Shades of Mountain Meadow #18C970

Tints of Mountain Meadow #18C970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 7.12%
G = 59.64%
B = 33.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#18C970 (or 0x18C970) is known color: Mountain Meadow. HEX triplet: 18, C9 and 70. RGB value is (24,201,112). Sum of RGB (Red+Green+Blue) = 24+201+112=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 201 (78.91% from 255 or 59.64% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 201 - color contains mainly: green. Hex color #18C970 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C970 is #E7368F. Grayscale: #8A8A8A. Windows color (decimal): -15152784 or 7391512. OLE color: 7391512.

HSL color Cylindrical-coordinate representation of color #18C970: hue angle of 149.83º 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 #18C970 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 201 112 -
CMYK 0.88 0 0.44 0.21
HSL 149.83º 0.79% 0.44% -
HSV(B) 149.83º 0.88% 0.79% -
XYZ 24.19 43.14 22.38 -
YUV 137.93 113.36 46.74 -
System Red Green Blue C M Y K H S L
Decimal 24 201 112 0.88 0 0.44 0.21 149.83 0.79 0.44
Hex 18 C9 70 58 0 2C 15 96 4F 2C
Octal 30 311 160 130 0 54 25 226 117 54
Binary 11000 11001001 1110000 1011000 0 101100 10101 10010110 1001111 101100

Color Harmonies of #18C970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C970

Black with #18C970

Text Example


Text Example

White with #18C970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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