#24BF8A

Color #24BF8A Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #24BF8A

Tints of Mountain Meadow #24BF8A

Color information

#24BF8A (or 0x24BF8A) is unknown color: approx Mountain Meadow. HEX triplet: 24, BF and 8A. RGB value is (36,191,138). Sum of RGB (Red+Green+Blue) = 36+191+138=365 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.86% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #24BF8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BF8A is #DB4075. Grayscale: #8A8A8A. Windows color (decimal): -14368886 or 9092900. OLE color: 9092900.

HSL color Cylindrical-coordinate representation of color #24BF8A: hue angle of 159.48º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BF8A is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB36191138-
CMYK0.8100.280.25
HSL159.48º68.28%44.51%-
HSV(B)159.48º81.15%74.9%-
XYZ23.9539.4730.4-
YUV138.61127.6554.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.86%
GREEN value IS 191 (75% from 255) = 52.33%
BLUE value IS 138 (54.30% from 255) = 37.81%
R=9.86%
G=52.33%
B=37.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal361911380.8100.280.25159.4868.2844.51
Hex24BF8A5101C199f442d
Octal442772121210343123710455
Binary1001001011111110001010101000101110011001100111111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,191,138); }

 H1.HeaderClassName
 {
   color: #24BF8A;
 }
 .AnyTagClassName
 {
   color: #24BF8A;
 }
</style>
background-color css

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

 a { background-color: rgb(36,191,138); }

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

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

 span { border-color: rgb(36,191,138); }

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