Shades of Conifer #AAF163
Tints of Conifer #AAF163
RGB
CMYK
RGB Variations
Color information
#AAF163 (or 0xAAF163) is known color: Conifer. HEX triplet: AA, F1 and 63. RGB value is (170,241,99). Sum of RGB (Red+Green+Blue) = 170+241+99=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 99 (39.06% from 255 or 19.41% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF163 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF163 is #550E9C. Grayscale: #CCCCCC. Windows color (decimal): -5574301 or 6549930. OLE color: 6549930.
HSL color Cylindrical-coordinate representation of color #AAF163: hue angle of 90º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAF163 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 99 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.05 |
| HSL | 90º | 0.84% | 0.67% | - |
| HSV(B) | 90º | 0.59% | 0.95% | - |
| XYZ | 50.28 | 72.36 | 23.12 | - |
| YUV | 203.58 | 68.98 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 99 | 0.29 | 0 | 0.59 | 0.05 | 90 | 0.84 | 0.67 |
| Hex | AA | F1 | 63 | 1D | 0 | 3B | 5 | 5A | 54 | 43 |
| Octal | 252 | 361 | 143 | 35 | 0 | 73 | 5 | 132 | 124 | 103 |
| Binary | 10101010 | 11110001 | 1100011 | 11101 | 0 | 111011 | 101 | 1011010 | 1010100 | 1000011 |
Color Harmonies of #AAF163
Complementary color
Monochromatic Colors of #AAF163
Black with #AAF163
Text Example
Text Example
White with #AAF163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF163; }
p { color: rgb(170,241,99); }
H1.HeaderClassName
{
color: #AAF163;
}
.AnyTagClassName
{
color: #AAF163;
}
</style>
background-color css
<style>
a { background-color: #AAF163; }
a { background-color: rgb(170,241,99); }
div.DivClassName
{
background-color: #AAF163;
}
.BgClassName
{
background-color: #AAF163;
}
</style>
border-color css
<style>
span { border-color: #AAF163; }
span { border-color: rgb(170,241,99); }
td.TdClassName
{
border-color: #AAF163;
}
.TagClassName
{
border-color: #AAF163;
}
</style>