Html Css Color HEX #18D07D Mountain Meadow

📋 copy color: '#18D07D'

red 24 ◦ green 208 ◦ blue 125

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

Shades of Mountain Meadow #18D07D

Tints of Mountain Meadow #18D07D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.26%

 BLUE value IS 125 (49.22% from 255) = 35.01%

R = 6.72%
G = 58.26%
B = 35.01%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#18D07D (or 0x18D07D) is known color: Mountain Meadow. HEX triplet: 18, D0 and 7D. RGB value is (24,208,125). Sum of RGB (Red+Green+Blue) = 24+208+125=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 208 (81.64% from 255 or 58.26% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 208 - color contains mainly: green. Hex color #18D07D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D07D is #E72F82. Grayscale: #8F8F8F. Windows color (decimal): -15150979 or 8245272. OLE color: 8245272.

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

Color convert

RGB 24 208 125 -
CMYK 0.88 0 0.40 0.18
HSL 152.93º 0.79% 0.45% -
HSV(B) 152.93º 0.88% 0.82% -
XYZ 26.63 46.79 27.03 -
YUV 143.52 117.54 42.75 -
System Red Green Blue C M Y K H S L
Decimal 24 208 125 0.88 0 0.40 0.18 152.93 0.79 0.45
Hex 18 D0 7D 58 0 28 12 99 4F 2D
Octal 30 320 175 130 0 50 22 231 117 55
Binary 11000 11010000 1111101 1011000 0 101000 10010 10011001 1001111 101101

Color Harmonies of #18D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D07D

Black with #18D07D

Text Example


Text Example

White with #18D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,208,125); }

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

background-color css

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

 a { background-color: rgb(24,208,125); }

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

border-color css

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

 span { border-color: rgb(24,208,125); }

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