Html Css Color HEX #18C695 Mountain Meadow

📋 copy color: '#18C695'

red 24 ◦ green 198 ◦ blue 149

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

Shades of Mountain Meadow #18C695

Tints of Mountain Meadow #18C695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 6.47%
G = 53.37%
B = 40.16%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#18C695 (or 0x18C695) is known color: Mountain Meadow. HEX triplet: 18, C6 and 95. RGB value is (24,198,149). Sum of RGB (Red+Green+Blue) = 24+198+149=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 198 (77.73% from 255 or 53.37% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 198 - color contains mainly: green. Hex color #18C695 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C695 is #E7396A. Grayscale: #8C8C8C. Windows color (decimal): -15153515 or 9815576. OLE color: 9815576.

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

Color convert

RGB 24 198 149 -
CMYK 0.88 0 0.25 0.22
HSL 163.1º 0.78% 0.44% -
HSV(B) 163.1º 0.88% 0.78% -
XYZ 26 42.75 35.32 -
YUV 140.39 132.85 44.98 -
System Red Green Blue C M Y K H S L
Decimal 24 198 149 0.88 0 0.25 0.22 163.1 0.78 0.44
Hex 18 C6 95 58 0 19 16 A3 4E 2C
Octal 30 306 225 130 0 31 26 243 116 54
Binary 11000 11000110 10010101 1011000 0 11001 10110 10100011 1001110 101100

Color Harmonies of #18C695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C695

Black with #18C695

Text Example


Text Example

White with #18C695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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