Shades of Conifer #AAE567
Tints of Conifer #AAE567
RGB
CMYK
RGB Variations
Color information
#AAE567 (or 0xAAE567) is known color: Conifer. HEX triplet: AA, E5 and 67. RGB value is (170,229,103). Sum of RGB (Red+Green+Blue) = 170+229+103=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 103 (40.62% from 255 or 20.52% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE567 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE567 is #551A98. Grayscale: #C5C5C5. Windows color (decimal): -5577369 or 6809002. OLE color: 6809002.
HSL color Cylindrical-coordinate representation of color #AAE567: hue angle of 88.1º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAE567 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 103 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.10 |
| HSL | 88.1º | 0.71% | 0.65% | - |
| HSV(B) | 88.1º | 0.55% | 0.9% | - |
| XYZ | 47.05 | 65.56 | 23.01 | - |
| YUV | 197 | 74.95 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 103 | 0.26 | 0 | 0.55 | 0.10 | 88.1 | 0.71 | 0.65 |
| Hex | AA | E5 | 67 | 1A | 0 | 37 | A | 58 | 47 | 41 |
| Octal | 252 | 345 | 147 | 32 | 0 | 67 | 12 | 130 | 107 | 101 |
| Binary | 10101010 | 11100101 | 1100111 | 11010 | 0 | 110111 | 1010 | 1011000 | 1000111 | 1000001 |
Color Harmonies of #AAE567
Complementary color
Monochromatic Colors of #AAE567
Black with #AAE567
Text Example
Text Example
White with #AAE567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE567; }
p { color: rgb(170,229,103); }
H1.HeaderClassName
{
color: #AAE567;
}
.AnyTagClassName
{
color: #AAE567;
}
</style>
background-color css
<style>
a { background-color: #AAE567; }
a { background-color: rgb(170,229,103); }
div.DivClassName
{
background-color: #AAE567;
}
.BgClassName
{
background-color: #AAE567;
}
</style>
border-color css
<style>
span { border-color: #AAE567; }
span { border-color: rgb(170,229,103); }
td.TdClassName
{
border-color: #AAE567;
}
.TagClassName
{
border-color: #AAE567;
}
</style>