#24AF7A

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

Shades of Mountain Meadow #24AF7A

Tints of Mountain Meadow #24AF7A

Color information

#24AF7A (or 0x24AF7A) is unknown color: approx Mountain Meadow. HEX triplet: 24, AF and 7A. RGB value is (36,175,122). Sum of RGB (Red+Green+Blue) = 36+175+122=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 175 (68.75% from 255 or 52.55% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 175 - color contains mainly: green. Hex color #24AF7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24AF7A is #DB5085. Grayscale: #7F7F7F. Windows color (decimal): -14372998 or 8040228. OLE color: 8040228.

HSL color Cylindrical-coordinate representation of color #24AF7A: hue angle of 157.12º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24AF7A is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB36175122-
CMYK0.7900.300.31
HSL157.12º65.88%41.37%-
HSV(B)157.12º79.43%68.63%-
XYZ19.5732.4423.64-
YUV127.4124.9562.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.81%
GREEN value IS 175 (68.75% from 255) = 52.55%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=10.81%
G=52.55%
B=36.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal361751220.7900.300.31157.1265.8841.37
Hex24AF7A4F01E1F9d4229
Octal442571721170363723510251
Binary100100101011111111010100111101111011111100111011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,175,122); }

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

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

 a { background-color: rgb(36,175,122); }

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

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

 span { border-color: rgb(36,175,122); }

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