Shades of Conifer #AEE560
Tints of Conifer #AEE560
RGB
CMYK
RGB Variations
Color information
#AEE560 (or 0xAEE560) is known color: Conifer. HEX triplet: AE, E5 and 60. RGB value is (174,229,96). Sum of RGB (Red+Green+Blue) = 174+229+96=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE560 is #511A9F. Grayscale: #C5C5C5. Windows color (decimal): -5315232 or 6350254. OLE color: 6350254.
HSL color Cylindrical-coordinate representation of color #AEE560: hue angle of 84.81º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEE560 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 229 | 96 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.10 |
| HSL | 84.81º | 0.72% | 0.64% | - |
| HSV(B) | 84.81º | 0.58% | 0.9% | - |
| XYZ | 47.59 | 65.88 | 21.27 | - |
| YUV | 197.39 | 70.78 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 96 | 0.24 | 0 | 0.58 | 0.10 | 84.81 | 0.72 | 0.64 |
| Hex | AE | E5 | 60 | 18 | 0 | 3A | A | 55 | 48 | 40 |
| Octal | 256 | 345 | 140 | 30 | 0 | 72 | 12 | 125 | 110 | 100 |
| Binary | 10101110 | 11100101 | 1100000 | 11000 | 0 | 111010 | 1010 | 1010101 | 1001000 | 1000000 |
Color Harmonies of #AEE560
Complementary color
Monochromatic Colors of #AEE560
Black with #AEE560
Text Example
Text Example
White with #AEE560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE560; }
p { color: rgb(174,229,96); }
H1.HeaderClassName
{
color: #AEE560;
}
.AnyTagClassName
{
color: #AEE560;
}
</style>
background-color css
<style>
a { background-color: #AEE560; }
a { background-color: rgb(174,229,96); }
div.DivClassName
{
background-color: #AEE560;
}
.BgClassName
{
background-color: #AEE560;
}
</style>
border-color css
<style>
span { border-color: #AEE560; }
span { border-color: rgb(174,229,96); }
td.TdClassName
{
border-color: #AEE560;
}
.TagClassName
{
border-color: #AEE560;
}
</style>