Shades of Conifer #AAF965
Tints of Conifer #AAF965
RGB
CMYK
RGB Variations
Color information
#AAF965 (or 0xAAF965) is known color: Conifer. HEX triplet: AA, F9 and 65. RGB value is (170,249,101). Sum of RGB (Red+Green+Blue) = 170+249+101=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF965 is #55069A. Grayscale: #D1D1D1. Windows color (decimal): -5572251 or 6683050. OLE color: 6683050.
HSL color Cylindrical-coordinate representation of color #AAF965: hue angle of 92.03º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAF965 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 101 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.02 |
| HSL | 92.03º | 0.93% | 0.69% | - |
| HSV(B) | 92.03º | 0.59% | 0.98% | - |
| XYZ | 52.8 | 77.24 | 24.44 | - |
| YUV | 208.51 | 67.33 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 101 | 0.32 | 0 | 0.59 | 0.02 | 92.03 | 0.93 | 0.69 |
| Hex | AA | F9 | 65 | 20 | 0 | 3B | 2 | 5C | 5C | 45 |
| Octal | 252 | 371 | 145 | 40 | 0 | 73 | 2 | 134 | 134 | 105 |
| Binary | 10101010 | 11111001 | 1100101 | 100000 | 0 | 111011 | 10 | 1011100 | 1011100 | 1000101 |
Color Harmonies of #AAF965
Complementary color
Monochromatic Colors of #AAF965
Black with #AAF965
Text Example
Text Example
White with #AAF965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF965; }
p { color: rgb(170,249,101); }
H1.HeaderClassName
{
color: #AAF965;
}
.AnyTagClassName
{
color: #AAF965;
}
</style>
background-color css
<style>
a { background-color: #AAF965; }
a { background-color: rgb(170,249,101); }
div.DivClassName
{
background-color: #AAF965;
}
.BgClassName
{
background-color: #AAF965;
}
</style>
border-color css
<style>
span { border-color: #AAF965; }
span { border-color: rgb(170,249,101); }
td.TdClassName
{
border-color: #AAF965;
}
.TagClassName
{
border-color: #AAF965;
}
</style>