Html Css Color HEX #18C298 Mountain Meadow

📋 copy color: '#18C298'

red 24 ◦ green 194 ◦ blue 152

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

Shades of Mountain Meadow #18C298

Tints of Mountain Meadow #18C298

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.43%

 BLUE value IS 152 (59.77% from 255) = 41.08%

R = 6.49%
G = 52.43%
B = 41.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#18C298 (or 0x18C298) is known color: Mountain Meadow. HEX triplet: 18, C2 and 98. RGB value is (24,194,152). Sum of RGB (Red+Green+Blue) = 24+194+152=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #18C298 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C298 is #E73D67. Grayscale: #8A8A8A. Windows color (decimal): -15154536 or 10011160. OLE color: 10011160.

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

Color convert

RGB 24 194 152 -
CMYK 0.88 0 0.22 0.24
HSL 165.18º 0.78% 0.43% -
HSV(B) 165.18º 0.88% 0.76% -
XYZ 25.34 41.04 36.29 -
YUV 138.38 135.68 46.42 -
System Red Green Blue C M Y K H S L
Decimal 24 194 152 0.88 0 0.22 0.24 165.18 0.78 0.43
Hex 18 C2 98 58 0 16 18 A5 4E 2B
Octal 30 302 230 130 0 26 30 245 116 53
Binary 11000 11000010 10011000 1011000 0 10110 11000 10100101 1001110 101011

Color Harmonies of #18C298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C298

Black with #18C298

Text Example


Text Example

White with #18C298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,194,152); }

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

background-color css

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

 a { background-color: rgb(24,194,152); }

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

border-color css

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

 span { border-color: rgb(24,194,152); }

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