Shades of Chateau Green #24B150
Tints of Chateau Green #24B150
RGB
CMYK
RGB Variations
Color information
#24B150 (or 0x24B150) is known color: Chateau Green. HEX triplet: 24, B1 and 50. RGB value is (36,177,80). Sum of RGB (Red+Green+Blue) = 36+177+80=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 177 (69.53% from 255 or 60.41% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 177 - color contains mainly: green. Hex color #24B150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24B150 is #DB4EAF. Grayscale: #7C7C7C. Windows color (decimal): -14372528 or 5288228. OLE color: 5288228.
HSL color Cylindrical-coordinate representation of color #24B150: hue angle of 138.72º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B150 is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 177 | 80 | - |
| CMYK | 0.80 | 0 | 0.55 | 0.31 |
| HSL | 138.72º | 0.66% | 0.42% | - |
| HSV(B) | 138.72º | 0.8% | 0.69% | - |
| XYZ | 17.9 | 32.4 | 12.9 | - |
| YUV | 123.78 | 103.29 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 177 | 80 | 0.80 | 0 | 0.55 | 0.31 | 138.72 | 0.66 | 0.42 |
| Hex | 24 | B1 | 50 | 50 | 0 | 37 | 1F | 8B | 42 | 2A |
| Octal | 44 | 261 | 120 | 120 | 0 | 67 | 37 | 213 | 102 | 52 |
| Binary | 100100 | 10110001 | 1010000 | 1010000 | 0 | 110111 | 11111 | 10001011 | 1000010 | 101010 |
Color Harmonies of #24B150
Complementary color
Monochromatic Colors of #24B150
Black with #24B150
Text Example
Text Example
White with #24B150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B150; }
p { color: rgb(36,177,80); }
H1.HeaderClassName
{
color: #24B150;
}
.AnyTagClassName
{
color: #24B150;
}
</style>
background-color css
<style>
a { background-color: #24B150; }
a { background-color: rgb(36,177,80); }
div.DivClassName
{
background-color: #24B150;
}
.BgClassName
{
background-color: #24B150;
}
</style>
border-color css
<style>
span { border-color: #24B150; }
span { border-color: rgb(36,177,80); }
td.TdClassName
{
border-color: #24B150;
}
.TagClassName
{
border-color: #24B150;
}
</style>