Html Css Color HEX #18C372 Mountain Meadow

📋 copy color: '#18C372'

red 24 ◦ green 195 ◦ blue 114

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

Shades of Mountain Meadow #18C372

Tints of Mountain Meadow #18C372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.56%

 BLUE value IS 114 (44.92% from 255) = 34.23%

R = 7.21%
G = 58.56%
B = 34.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#18C372 (or 0x18C372) is known color: Mountain Meadow. HEX triplet: 18, C3 and 72. RGB value is (24,195,114). Sum of RGB (Red+Green+Blue) = 24+195+114=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 195 (76.56% from 255 or 58.56% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 195 - color contains mainly: green. Hex color #18C372 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C372 is #E73C8D. Grayscale: #868686. Windows color (decimal): -15154318 or 7521048. OLE color: 7521048.

HSL color Cylindrical-coordinate representation of color #18C372: hue angle of 151.58º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C372 is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 195 114 -
CMYK 0.88 0 0.42 0.24
HSL 151.58º 0.78% 0.43% -
HSV(B) 151.58º 0.88% 0.76% -
XYZ 22.93 40.44 22.52 -
YUV 134.64 116.35 49.09 -
System Red Green Blue C M Y K H S L
Decimal 24 195 114 0.88 0 0.42 0.24 151.58 0.78 0.43
Hex 18 C3 72 58 0 2A 18 98 4E 2B
Octal 30 303 162 130 0 52 30 230 116 53
Binary 11000 11000011 1110010 1011000 0 101010 11000 10011000 1001110 101011

Color Harmonies of #18C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C372

Black with #18C372

Text Example


Text Example

White with #18C372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,195,114); }

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

background-color css

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

 a { background-color: rgb(24,195,114); }

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

border-color css

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

 span { border-color: rgb(24,195,114); }

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