Html Css Color HEX #24BD8B Mountain Meadow

📋 copy color: '#24BD8B'

red 36 ◦ green 189 ◦ blue 139

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

Shades of Mountain Meadow #24BD8B

Tints of Mountain Meadow #24BD8B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.92%

 BLUE value IS 139 (54.69% from 255) = 38.19%

R = 9.89%
G = 51.92%
B = 38.19%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#24BD8B (or 0x24BD8B) is known color: Mountain Meadow. HEX triplet: 24, BD and 8B. RGB value is (36,189,139). Sum of RGB (Red+Green+Blue) = 36+189+139=364 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.89% from 364); Green value is 189 (74.22% from 255 or 51.92% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 189 - color contains mainly: green. Hex color #24BD8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BD8B is #DB4274. Grayscale: #898989. Windows color (decimal): -14369397 or 9157924. OLE color: 9157924.

HSL color Cylindrical-coordinate representation of color #24BD8B: hue angle of 160.39º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BD8B is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 189 139 -
CMYK 0.81 0 0.26 0.26
HSL 160.39º 0.68% 0.44% -
HSV(B) 160.39º 0.81% 0.74% -
XYZ 23.59 38.63 30.64 -
YUV 137.55 128.81 55.57 -
System Red Green Blue C M Y K H S L
Decimal 36 189 139 0.81 0 0.26 0.26 160.39 0.68 0.44
Hex 24 BD 8B 51 0 1A 1A A0 44 2C
Octal 44 275 213 121 0 32 32 240 104 54
Binary 100100 10111101 10001011 1010001 0 11010 11010 10100000 1000100 101100

Color Harmonies of #24BD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BD8B

Black with #24BD8B

Text Example


Text Example

White with #24BD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,189,139); }

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

background-color css

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

 a { background-color: rgb(36,189,139); }

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

border-color css

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

 span { border-color: rgb(36,189,139); }

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