Shades of Conifer #AAF165
Tints of Conifer #AAF165
RGB
CMYK
RGB Variations
Color information
#AAF165 (or 0xAAF165) is known color: Conifer. HEX triplet: AA, F1 and 65. RGB value is (170,241,101). Sum of RGB (Red+Green+Blue) = 170+241+101=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF165 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF165 is #550E9A. Grayscale: #CCCCCC. Windows color (decimal): -5574299 or 6681002. OLE color: 6681002.
HSL color Cylindrical-coordinate representation of color #AAF165: hue angle of 90.43º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAF165 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 101 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.05 |
| HSL | 90.43º | 0.83% | 0.67% | - |
| HSV(B) | 90.43º | 0.58% | 0.95% | - |
| XYZ | 50.38 | 72.4 | 23.63 | - |
| YUV | 203.81 | 69.98 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 101 | 0.29 | 0 | 0.58 | 0.05 | 90.43 | 0.83 | 0.67 |
| Hex | AA | F1 | 65 | 1D | 0 | 3A | 5 | 5A | 53 | 43 |
| Octal | 252 | 361 | 145 | 35 | 0 | 72 | 5 | 132 | 123 | 103 |
| Binary | 10101010 | 11110001 | 1100101 | 11101 | 0 | 111010 | 101 | 1011010 | 1010011 | 1000011 |
Color Harmonies of #AAF165
Complementary color
Monochromatic Colors of #AAF165
Black with #AAF165
Text Example
Text Example
White with #AAF165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF165; }
p { color: rgb(170,241,101); }
H1.HeaderClassName
{
color: #AAF165;
}
.AnyTagClassName
{
color: #AAF165;
}
</style>
background-color css
<style>
a { background-color: #AAF165; }
a { background-color: rgb(170,241,101); }
div.DivClassName
{
background-color: #AAF165;
}
.BgClassName
{
background-color: #AAF165;
}
</style>
border-color css
<style>
span { border-color: #AAF165; }
span { border-color: rgb(170,241,101); }
td.TdClassName
{
border-color: #AAF165;
}
.TagClassName
{
border-color: #AAF165;
}
</style>