Shades of Conifer #AAF16B
Tints of Conifer #AAF16B
RGB
CMYK
RGB Variations
Color information
#AAF16B (or 0xAAF16B) is known color: Conifer. HEX triplet: AA, F1 and 6B. RGB value is (170,241,107). Sum of RGB (Red+Green+Blue) = 170+241+107=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF16B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF16B is #550E94. Grayscale: #CCCCCC. Windows color (decimal): -5574293 or 7074218. OLE color: 7074218.
HSL color Cylindrical-coordinate representation of color #AAF16B: hue angle of 91.79º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAF16B is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 107 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.05 |
| HSL | 91.79º | 0.83% | 0.68% | - |
| HSV(B) | 91.79º | 0.56% | 0.95% | - |
| XYZ | 50.69 | 72.52 | 25.24 | - |
| YUV | 204.5 | 72.98 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 107 | 0.29 | 0 | 0.56 | 0.05 | 91.79 | 0.83 | 0.68 |
| Hex | AA | F1 | 6B | 1D | 0 | 38 | 5 | 5C | 53 | 44 |
| Octal | 252 | 361 | 153 | 35 | 0 | 70 | 5 | 134 | 123 | 104 |
| Binary | 10101010 | 11110001 | 1101011 | 11101 | 0 | 111000 | 101 | 1011100 | 1010011 | 1000100 |
Color Harmonies of #AAF16B
Complementary color
Monochromatic Colors of #AAF16B
Black with #AAF16B
Text Example
Text Example
White with #AAF16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF16B; }
p { color: rgb(170,241,107); }
H1.HeaderClassName
{
color: #AAF16B;
}
.AnyTagClassName
{
color: #AAF16B;
}
</style>
background-color css
<style>
a { background-color: #AAF16B; }
a { background-color: rgb(170,241,107); }
div.DivClassName
{
background-color: #AAF16B;
}
.BgClassName
{
background-color: #AAF16B;
}
</style>
border-color css
<style>
span { border-color: #AAF16B; }
span { border-color: rgb(170,241,107); }
td.TdClassName
{
border-color: #AAF16B;
}
.TagClassName
{
border-color: #AAF16B;
}
</style>