#24CA80

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

Shades of Mountain Meadow #24CA80

Tints of Mountain Meadow #24CA80

Color information

#24CA80 (or 0x24CA80) is unknown color: approx Mountain Meadow. HEX triplet: 24, CA and 80. RGB value is (36,202,128). Sum of RGB (Red+Green+Blue) = 36+202+128=366 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.84% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #24CA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24CA80 is #DB357F. Grayscale: #909090. Windows color (decimal): -14366080 or 8440356. OLE color: 8440356.

HSL color Cylindrical-coordinate representation of color #24CA80: hue angle of 153.25º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24CA80 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB36202128-
CMYK0.8200.370.21
HSL153.25º69.75%46.67%-
HSV(B)153.25º82.18%79.22%-
XYZ25.7444.1727.59-
YUV143.9311951.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.84%
GREEN value IS 202 (79.30% from 255) = 55.19%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=9.84%
G=55.19%
B=34.97%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal362021280.8200.370.21153.2569.7546.67
Hex24CA80520251599462f
Octal443122001220452523110657
Binary10010011001010100000001010010010010110101100110011000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24CA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,202,128); }

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

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

 a { background-color: rgb(36,202,128); }

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

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

 span { border-color: rgb(36,202,128); }

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