Shades of Conifer #AAF869
Tints of Conifer #AAF869
RGB
CMYK
RGB Variations
Color information
#AAF869 (or 0xAAF869) is known color: Conifer. HEX triplet: AA, F8 and 69. RGB value is (170,248,105). Sum of RGB (Red+Green+Blue) = 170+248+105=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF869 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF869 is #550796. Grayscale: #D0D0D0. Windows color (decimal): -5572503 or 6944938. OLE color: 6944938.
HSL color Cylindrical-coordinate representation of color #AAF869: hue angle of 92.73º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAF869 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 105 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.03 |
| HSL | 92.73º | 0.91% | 0.69% | - |
| HSV(B) | 92.73º | 0.58% | 0.97% | - |
| XYZ | 52.69 | 76.7 | 25.39 | - |
| YUV | 208.38 | 69.66 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 105 | 0.31 | 0 | 0.58 | 0.03 | 92.73 | 0.91 | 0.69 |
| Hex | AA | F8 | 69 | 1F | 0 | 3A | 3 | 5D | 5B | 45 |
| Octal | 252 | 370 | 151 | 37 | 0 | 72 | 3 | 135 | 133 | 105 |
| Binary | 10101010 | 11111000 | 1101001 | 11111 | 0 | 111010 | 11 | 1011101 | 1011011 | 1000101 |
Color Harmonies of #AAF869
Complementary color
Monochromatic Colors of #AAF869
Black with #AAF869
Text Example
Text Example
White with #AAF869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF869; }
p { color: rgb(170,248,105); }
H1.HeaderClassName
{
color: #AAF869;
}
.AnyTagClassName
{
color: #AAF869;
}
</style>
background-color css
<style>
a { background-color: #AAF869; }
a { background-color: rgb(170,248,105); }
div.DivClassName
{
background-color: #AAF869;
}
.BgClassName
{
background-color: #AAF869;
}
</style>
border-color css
<style>
span { border-color: #AAF869; }
span { border-color: rgb(170,248,105); }
td.TdClassName
{
border-color: #AAF869;
}
.TagClassName
{
border-color: #AAF869;
}
</style>