Shades of Conifer #AAF850
Tints of Conifer #AAF850
RGB
CMYK
RGB Variations
Color information
#AAF850 (or 0xAAF850) is known color: Conifer. HEX triplet: AA, F8 and 50. RGB value is (170,248,80). Sum of RGB (Red+Green+Blue) = 170+248+80=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF850 is #5507AF. Grayscale: #CECECE. Windows color (decimal): -5572528 or 5306538. OLE color: 5306538.
HSL color Cylindrical-coordinate representation of color #AAF850: hue angle of 87.86º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAF850 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 80 | - |
| CMYK | 0.31 | 0 | 0.68 | 0.03 |
| HSL | 87.86º | 0.92% | 0.64% | - |
| HSV(B) | 87.86º | 0.68% | 0.97% | - |
| XYZ | 51.59 | 76.26 | 19.59 | - |
| YUV | 205.53 | 57.16 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 80 | 0.31 | 0 | 0.68 | 0.03 | 87.86 | 0.92 | 0.64 |
| Hex | AA | F8 | 50 | 1F | 0 | 44 | 3 | 58 | 5C | 40 |
| Octal | 252 | 370 | 120 | 37 | 0 | 104 | 3 | 130 | 134 | 100 |
| Binary | 10101010 | 11111000 | 1010000 | 11111 | 0 | 1000100 | 11 | 1011000 | 1011100 | 1000000 |
Color Harmonies of #AAF850
Complementary color
Monochromatic Colors of #AAF850
Black with #AAF850
Text Example
Text Example
White with #AAF850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF850; }
p { color: rgb(170,248,80); }
H1.HeaderClassName
{
color: #AAF850;
}
.AnyTagClassName
{
color: #AAF850;
}
</style>
background-color css
<style>
a { background-color: #AAF850; }
a { background-color: rgb(170,248,80); }
div.DivClassName
{
background-color: #AAF850;
}
.BgClassName
{
background-color: #AAF850;
}
</style>
border-color css
<style>
span { border-color: #AAF850; }
span { border-color: rgb(170,248,80); }
td.TdClassName
{
border-color: #AAF850;
}
.TagClassName
{
border-color: #AAF850;
}
</style>