Html Css Color HEX #24B485 Mountain Meadow

📋 copy color: '#24B485'

red 36 ◦ green 180 ◦ blue 133

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

Shades of Mountain Meadow #24B485

Tints of Mountain Meadow #24B485

RGB

 RED value IS 36 (14.45% from 255) = 10.32%

 GREEN value IS 180 (70.7% from 255) = 51.58%

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

R = 10.32%
G = 51.58%
B = 38.11%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#24B485 (or 0x24B485) is known color: Mountain Meadow. HEX triplet: 24, B4 and 85. RGB value is (36,180,133). Sum of RGB (Red+Green+Blue) = 36+180+133=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #24B485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24B485 is #DB4B7A. Grayscale: #838383. Windows color (decimal): -14371707 or 8762404. OLE color: 8762404.

HSL color Cylindrical-coordinate representation of color #24B485: hue angle of 160.42º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B485 is Cyan = 0.8, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 36 180 133 -
CMYK 0.8 0 0.26 0.29
HSL 160.42º 0.67% 0.42% -
HSV(B) 160.42º 0.8% 0.71% -
XYZ 21.28 34.71 27.77 -
YUV 131.59 128.79 59.82 -
System Red Green Blue C M Y K H S L
Decimal 36 180 133 0.8 0 0.26 0.29 160.42 0.67 0.42
Hex 24 B4 85 50 0 1A 1D A0 43 2A
Octal 44 264 205 120 0 32 35 240 103 52
Binary 100100 10110100 10000101 1010000 0 11010 11101 10100000 1000011 101010

Color Harmonies of #24B485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24B485

Black with #24B485

Text Example


Text Example

White with #24B485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24B485; }

 p { color: rgb(36,180,133); }

 H1.HeaderClassName
 {
   color: #24B485;
 }
 .AnyTagClassName
 {
   color: #24B485;
 }
</style>

background-color css

<style>
 a { background-color: #24B485; }

 a { background-color: rgb(36,180,133); }

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

border-color css

<style>
 span { border-color: #24B485; }

 span { border-color: rgb(36,180,133); }

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