Shades of Conifer #AAED65
Tints of Conifer #AAED65
RGB
CMYK
RGB Variations
Color information
#AAED65 (or 0xAAED65) is known color: Conifer. HEX triplet: AA, ED and 65. RGB value is (170,237,101). Sum of RGB (Red+Green+Blue) = 170+237+101=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED65 is #55129A. Grayscale: #C9C9C9. Windows color (decimal): -5575323 or 6679978. OLE color: 6679978.
HSL color Cylindrical-coordinate representation of color #AAED65: hue angle of 89.56º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAED65 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 101 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.07 |
| HSL | 89.56º | 0.79% | 0.66% | - |
| HSV(B) | 89.56º | 0.57% | 0.93% | - |
| XYZ | 49.21 | 70.05 | 23.24 | - |
| YUV | 201.46 | 71.3 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 101 | 0.28 | 0 | 0.57 | 0.07 | 89.56 | 0.79 | 0.66 |
| Hex | AA | ED | 65 | 1C | 0 | 39 | 7 | 5A | 4F | 42 |
| Octal | 252 | 355 | 145 | 34 | 0 | 71 | 7 | 132 | 117 | 102 |
| Binary | 10101010 | 11101101 | 1100101 | 11100 | 0 | 111001 | 111 | 1011010 | 1001111 | 1000010 |
Color Harmonies of #AAED65
Complementary color
Monochromatic Colors of #AAED65
Black with #AAED65
Text Example
Text Example
White with #AAED65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAED65; }
p { color: rgb(170,237,101); }
H1.HeaderClassName
{
color: #AAED65;
}
.AnyTagClassName
{
color: #AAED65;
}
</style>
background-color css
<style>
a { background-color: #AAED65; }
a { background-color: rgb(170,237,101); }
div.DivClassName
{
background-color: #AAED65;
}
.BgClassName
{
background-color: #AAED65;
}
</style>
border-color css
<style>
span { border-color: #AAED65; }
span { border-color: rgb(170,237,101); }
td.TdClassName
{
border-color: #AAED65;
}
.TagClassName
{
border-color: #AAED65;
}
</style>