Html Css Color HEX #18D07F Mountain Meadow

📋 copy color: '#18D07F'

red 24 ◦ green 208 ◦ blue 127

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

Shades of Mountain Meadow #18D07F

Tints of Mountain Meadow #18D07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.38%

R = 6.69%
G = 57.94%
B = 35.38%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#18D07F (or 0x18D07F) is known color: Mountain Meadow. HEX triplet: 18, D0 and 7F. RGB value is (24,208,127). Sum of RGB (Red+Green+Blue) = 24+208+127=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 208 (81.64% from 255 or 57.94% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 208 - color contains mainly: green. Hex color #18D07F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D07F is #E72F80. Grayscale: #8F8F8F. Windows color (decimal): -15150977 or 8376344. OLE color: 8376344.

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

Color convert

RGB 24 208 127 -
CMYK 0.88 0 0.39 0.18
HSL 153.59º 0.79% 0.45% -
HSV(B) 153.59º 0.88% 0.82% -
XYZ 26.76 46.84 27.71 -
YUV 143.75 118.54 42.59 -
System Red Green Blue C M Y K H S L
Decimal 24 208 127 0.88 0 0.39 0.18 153.59 0.79 0.45
Hex 18 D0 7F 58 0 27 12 9A 4F 2D
Octal 30 320 177 130 0 47 22 232 117 55
Binary 11000 11010000 1111111 1011000 0 100111 10010 10011010 1001111 101101

Color Harmonies of #18D07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D07F

Black with #18D07F

Text Example


Text Example

White with #18D07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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