Html Css Color HEX #24B985 Mountain Meadow

📋 copy color: '#24B985'

red 36 ◦ green 185 ◦ blue 133

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

Shades of Mountain Meadow #24B985

Tints of Mountain Meadow #24B985

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.26%

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

R = 10.17%
G = 52.26%
B = 37.57%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#24B985 (or 0x24B985) is known color: Mountain Meadow. HEX triplet: 24, B9 and 85. RGB value is (36,185,133). Sum of RGB (Red+Green+Blue) = 36+185+133=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #24B985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24B985 is #DB467A. Grayscale: #868686. Windows color (decimal): -14370427 or 8763684. OLE color: 8763684.

HSL color Cylindrical-coordinate representation of color #24B985: hue angle of 159.06º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24B985 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 185 133 -
CMYK 0.81 0 0.28 0.27
HSL 159.06º 0.67% 0.43% -
HSV(B) 159.06º 0.81% 0.73% -
XYZ 22.31 36.77 28.11 -
YUV 134.52 127.14 57.73 -
System Red Green Blue C M Y K H S L
Decimal 36 185 133 0.81 0 0.28 0.27 159.06 0.67 0.43
Hex 24 B9 85 51 0 1C 1B 9F 43 2B
Octal 44 271 205 121 0 34 33 237 103 53
Binary 100100 10111001 10000101 1010001 0 11100 11011 10011111 1000011 101011

Color Harmonies of #24B985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24B985

Black with #24B985

Text Example


Text Example

White with #24B985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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