Shades of Chateau Green #42AE63
Tints of Chateau Green #42AE63
RGB
CMYK
RGB Variations
Color information
#42AE63 (or 0x42AE63) is known color: Chateau Green. HEX triplet: 42, AE and 63. RGB value is (66,174,99). Sum of RGB (Red+Green+Blue) = 66+174+99=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 174 (68.36% from 255 or 51.33% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AE63 is #BD519C. Grayscale: #858585. Windows color (decimal): -12407197 or 6532674. OLE color: 6532674.
HSL color Cylindrical-coordinate representation of color #42AE63: hue angle of 138.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AE63 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 174 | 99 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.32 |
| HSL | 138.33º | 0.45% | 0.47% | - |
| HSV(B) | 138.33º | 0.62% | 0.68% | - |
| XYZ | 19.63 | 32.33 | 17.01 | - |
| YUV | 133.16 | 108.72 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 174 | 99 | 0.62 | 0 | 0.43 | 0.32 | 138.33 | 0.45 | 0.47 |
| Hex | 42 | AE | 63 | 3E | 0 | 2B | 20 | 8A | 2D | 2F |
| Octal | 102 | 256 | 143 | 76 | 0 | 53 | 40 | 212 | 55 | 57 |
| Binary | 1000010 | 10101110 | 1100011 | 111110 | 0 | 101011 | 100000 | 10001010 | 101101 | 101111 |
Color Harmonies of #42AE63
Complementary color
Monochromatic Colors of #42AE63
Black with #42AE63
Text Example
Text Example
White with #42AE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AE63; }
p { color: rgb(66,174,99); }
H1.HeaderClassName
{
color: #42AE63;
}
.AnyTagClassName
{
color: #42AE63;
}
</style>
background-color css
<style>
a { background-color: #42AE63; }
a { background-color: rgb(66,174,99); }
div.DivClassName
{
background-color: #42AE63;
}
.BgClassName
{
background-color: #42AE63;
}
</style>
border-color css
<style>
span { border-color: #42AE63; }
span { border-color: rgb(66,174,99); }
td.TdClassName
{
border-color: #42AE63;
}
.TagClassName
{
border-color: #42AE63;
}
</style>