Shades of Conifer #AAF667
Tints of Conifer #AAF667
RGB
CMYK
RGB Variations
Color information
#AAF667 (or 0xAAF667) is known color: Conifer. HEX triplet: AA, F6 and 67. RGB value is (170,246,103). Sum of RGB (Red+Green+Blue) = 170+246+103=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 103 (40.62% from 255 or 19.85% from 519); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF667 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF667 is #550998. Grayscale: #CFCFCF. Windows color (decimal): -5573017 or 6813354. OLE color: 6813354.
HSL color Cylindrical-coordinate representation of color #AAF667: hue angle of 91.89º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAF667 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 103 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.04 |
| HSL | 91.89º | 0.89% | 0.68% | - |
| HSV(B) | 91.89º | 0.58% | 0.96% | - |
| XYZ | 51.98 | 75.44 | 24.65 | - |
| YUV | 206.97 | 69.32 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 103 | 0.31 | 0 | 0.58 | 0.04 | 91.89 | 0.89 | 0.68 |
| Hex | AA | F6 | 67 | 1F | 0 | 3A | 4 | 5C | 59 | 44 |
| Octal | 252 | 366 | 147 | 37 | 0 | 72 | 4 | 134 | 131 | 104 |
| Binary | 10101010 | 11110110 | 1100111 | 11111 | 0 | 111010 | 100 | 1011100 | 1011001 | 1000100 |
Color Harmonies of #AAF667
Complementary color
Monochromatic Colors of #AAF667
Black with #AAF667
Text Example
Text Example
White with #AAF667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF667; }
p { color: rgb(170,246,103); }
H1.HeaderClassName
{
color: #AAF667;
}
.AnyTagClassName
{
color: #AAF667;
}
</style>
background-color css
<style>
a { background-color: #AAF667; }
a { background-color: rgb(170,246,103); }
div.DivClassName
{
background-color: #AAF667;
}
.BgClassName
{
background-color: #AAF667;
}
</style>
border-color css
<style>
span { border-color: #AAF667; }
span { border-color: rgb(170,246,103); }
td.TdClassName
{
border-color: #AAF667;
}
.TagClassName
{
border-color: #AAF667;
}
</style>