Shades of Conifer #AAF968
Tints of Conifer #AAF968
RGB
CMYK
RGB Variations
Color information
#AAF968 (or 0xAAF968) is known color: Conifer. HEX triplet: AA, F9 and 68. RGB value is (170,249,104). Sum of RGB (Red+Green+Blue) = 170+249+104=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF968 is #550697. Grayscale: #D1D1D1. Windows color (decimal): -5572248 or 6879658. OLE color: 6879658.
HSL color Cylindrical-coordinate representation of color #AAF968: hue angle of 92.69º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAF968 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 104 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.02 |
| HSL | 92.69º | 0.92% | 0.69% | - |
| HSV(B) | 92.69º | 0.58% | 0.98% | - |
| XYZ | 52.95 | 77.3 | 25.23 | - |
| YUV | 208.85 | 68.83 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 104 | 0.32 | 0 | 0.58 | 0.02 | 92.69 | 0.92 | 0.69 |
| Hex | AA | F9 | 68 | 20 | 0 | 3A | 2 | 5D | 5C | 45 |
| Octal | 252 | 371 | 150 | 40 | 0 | 72 | 2 | 135 | 134 | 105 |
| Binary | 10101010 | 11111001 | 1101000 | 100000 | 0 | 111010 | 10 | 1011101 | 1011100 | 1000101 |
Color Harmonies of #AAF968
Complementary color
Monochromatic Colors of #AAF968
Black with #AAF968
Text Example
Text Example
White with #AAF968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF968; }
p { color: rgb(170,249,104); }
H1.HeaderClassName
{
color: #AAF968;
}
.AnyTagClassName
{
color: #AAF968;
}
</style>
background-color css
<style>
a { background-color: #AAF968; }
a { background-color: rgb(170,249,104); }
div.DivClassName
{
background-color: #AAF968;
}
.BgClassName
{
background-color: #AAF968;
}
</style>
border-color css
<style>
span { border-color: #AAF968; }
span { border-color: rgb(170,249,104); }
td.TdClassName
{
border-color: #AAF968;
}
.TagClassName
{
border-color: #AAF968;
}
</style>