Html Css Color HEX #18C680 Mountain Meadow

📋 copy color: '#18C680'

red 24 ◦ green 198 ◦ blue 128

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

Shades of Mountain Meadow #18C680

Tints of Mountain Meadow #18C680

RGB

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

 GREEN value IS 198 (77.73% from 255) = 56.57%

 BLUE value IS 128 (50.39% from 255) = 36.57%

R = 6.86%
G = 56.57%
B = 36.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#18C680 (or 0x18C680) is known color: Mountain Meadow. HEX triplet: 18, C6 and 80. RGB value is (24,198,128). Sum of RGB (Red+Green+Blue) = 24+198+128=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 198 (77.73% from 255 or 56.57% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 198 - color contains mainly: green. Hex color #18C680 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C680 is #E7397F. Grayscale: #8A8A8A. Windows color (decimal): -15153536 or 8439320. OLE color: 8439320.

HSL color Cylindrical-coordinate representation of color #18C680: hue angle of 155.86º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C680 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 24 198 128 -
CMYK 0.88 0 0.35 0.22
HSL 155.86º 0.78% 0.44% -
HSV(B) 155.86º 0.88% 0.78% -
XYZ 24.47 42.14 27.27 -
YUV 137.99 122.35 46.69 -
System Red Green Blue C M Y K H S L
Decimal 24 198 128 0.88 0 0.35 0.22 155.86 0.78 0.44
Hex 18 C6 80 58 0 23 16 9C 4E 2C
Octal 30 306 200 130 0 43 26 234 116 54
Binary 11000 11000110 10000000 1011000 0 100011 10110 10011100 1001110 101100

Color Harmonies of #18C680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C680

Black with #18C680

Text Example


Text Example

White with #18C680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,198,128); }

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

background-color css

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

 a { background-color: rgb(24,198,128); }

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

border-color css

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

 span { border-color: rgb(24,198,128); }

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