Html Css Color HEX #18C272 Mountain Meadow

📋 copy color: '#18C272'

red 24 ◦ green 194 ◦ blue 114

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

Shades of Mountain Meadow #18C272

Tints of Mountain Meadow #18C272

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.43%

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

R = 7.23%
G = 58.43%
B = 34.34%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#18C272 (or 0x18C272) is known color: Mountain Meadow. HEX triplet: 18, C2 and 72. RGB value is (24,194,114). Sum of RGB (Red+Green+Blue) = 24+194+114=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 194 (76.17% from 255 or 58.43% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 194 - color contains mainly: green. Hex color #18C272 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C272 is #E73D8D. Grayscale: #868686. Windows color (decimal): -15154574 or 7520792. OLE color: 7520792.

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

Color convert

RGB 24 194 114 -
CMYK 0.88 0 0.41 0.24
HSL 151.76º 0.78% 0.43% -
HSV(B) 151.76º 0.88% 0.76% -
XYZ 22.71 39.99 22.44 -
YUV 134.05 116.68 49.5 -
System Red Green Blue C M Y K H S L
Decimal 24 194 114 0.88 0 0.41 0.24 151.76 0.78 0.43
Hex 18 C2 72 58 0 29 18 98 4E 2B
Octal 30 302 162 130 0 51 30 230 116 53
Binary 11000 11000010 1110010 1011000 0 101001 11000 10011000 1001110 101011

Color Harmonies of #18C272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C272

Black with #18C272

Text Example


Text Example

White with #18C272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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