Html Css Color HEX #18D27C Mountain Meadow

📋 copy color: '#18D27C'

red 24 ◦ green 210 ◦ blue 124

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

Shades of Mountain Meadow #18D27C

Tints of Mountain Meadow #18D27C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.66%

 BLUE value IS 124 (48.83% from 255) = 34.64%

R = 6.7%
G = 58.66%
B = 34.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#18D27C (or 0x18D27C) is known color: Mountain Meadow. HEX triplet: 18, D2 and 7C. RGB value is (24,210,124). Sum of RGB (Red+Green+Blue) = 24+210+124=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 210 (82.42% from 255 or 58.66% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 210 - color contains mainly: green. Hex color #18D27C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D27C is #E72D83. Grayscale: #909090. Windows color (decimal): -15150468 or 8180248. OLE color: 8180248.

HSL color Cylindrical-coordinate representation of color #18D27C: hue angle of 152.26º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D27C is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 210 124 -
CMYK 0.89 0 0.41 0.18
HSL 152.26º 0.79% 0.46% -
HSV(B) 152.26º 0.89% 0.82% -
XYZ 27.06 47.74 26.86 -
YUV 144.58 116.38 41.99 -
System Red Green Blue C M Y K H S L
Decimal 24 210 124 0.89 0 0.41 0.18 152.26 0.79 0.46
Hex 18 D2 7C 59 0 29 12 98 4F 2E
Octal 30 322 174 131 0 51 22 230 117 56
Binary 11000 11010010 1111100 1011001 0 101001 10010 10011000 1001111 101110

Color Harmonies of #18D27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D27C

Black with #18D27C

Text Example


Text Example

White with #18D27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,210,124); }

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

background-color css

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

 a { background-color: rgb(24,210,124); }

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

border-color css

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

 span { border-color: rgb(24,210,124); }

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