Html Css Color HEX #18BC72 Mountain Meadow

📋 copy color: '#18BC72'

red 24 ◦ green 188 ◦ blue 114

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

Shades of Mountain Meadow #18BC72

Tints of Mountain Meadow #18BC72

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.67%

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

R = 7.36%
G = 57.67%
B = 34.97%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#18BC72 (or 0x18BC72) is known color: Mountain Meadow. HEX triplet: 18, BC and 72. RGB value is (24,188,114). Sum of RGB (Red+Green+Blue) = 24+188+114=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BC72 is #E7438D. Grayscale: #828282. Windows color (decimal): -15156110 or 7519256. OLE color: 7519256.

HSL color Cylindrical-coordinate representation of color #18BC72: hue angle of 152.93º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BC72 is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 188 114 -
CMYK 0.87 0 0.39 0.26
HSL 152.93º 0.77% 0.42% -
HSV(B) 152.93º 0.87% 0.74% -
XYZ 21.4 37.38 22.01 -
YUV 130.53 118.67 52.02 -
System Red Green Blue C M Y K H S L
Decimal 24 188 114 0.87 0 0.39 0.26 152.93 0.77 0.42
Hex 18 BC 72 57 0 27 1A 99 4D 2A
Octal 30 274 162 127 0 47 32 231 115 52
Binary 11000 10111100 1110010 1010111 0 100111 11010 10011001 1001101 101010

Color Harmonies of #18BC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BC72

Black with #18BC72

Text Example


Text Example

White with #18BC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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