Html Css Color HEX #18C485 Mountain Meadow

📋 copy color: '#18C485'

red 24 ◦ green 196 ◦ blue 133

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

Shades of Mountain Meadow #18C485

Tints of Mountain Meadow #18C485

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.52%

 BLUE value IS 133 (52.34% from 255) = 37.68%

R = 6.8%
G = 55.52%
B = 37.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#18C485 (or 0x18C485) is known color: Mountain Meadow. HEX triplet: 18, C4 and 85. RGB value is (24,196,133). Sum of RGB (Red+Green+Blue) = 24+196+133=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #18C485 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C485 is #E73B7A. Grayscale: #898989. Windows color (decimal): -15154043 or 8766488. OLE color: 8766488.

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

Color convert

RGB 24 196 133 -
CMYK 0.88 0 0.32 0.23
HSL 158.02º 0.78% 0.43% -
HSV(B) 158.02º 0.88% 0.77% -
XYZ 24.35 41.37 28.89 -
YUV 137.39 125.52 47.12 -
System Red Green Blue C M Y K H S L
Decimal 24 196 133 0.88 0 0.32 0.23 158.02 0.78 0.43
Hex 18 C4 85 58 0 20 17 9E 4E 2B
Octal 30 304 205 130 0 40 27 236 116 53
Binary 11000 11000100 10000101 1011000 0 100000 10111 10011110 1001110 101011

Color Harmonies of #18C485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C485

Black with #18C485

Text Example


Text Example

White with #18C485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,196,133); }

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

background-color css

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

 a { background-color: rgb(24,196,133); }

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

border-color css

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

 span { border-color: rgb(24,196,133); }

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