Shades of Conifer #AAF763
Tints of Conifer #AAF763
RGB
CMYK
RGB Variations
Color information
#AAF763 (or 0xAAF763) is known color: Conifer. HEX triplet: AA, F7 and 63. RGB value is (170,247,99). Sum of RGB (Red+Green+Blue) = 170+247+99=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 99 (39.06% from 255 or 19.19% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF763 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF763 is #55089C. Grayscale: #CFCFCF. Windows color (decimal): -5572765 or 6551466. OLE color: 6551466.
HSL color Cylindrical-coordinate representation of color #AAF763: hue angle of 91.22º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAF763 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 99 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.03 |
| HSL | 91.22º | 0.9% | 0.68% | - |
| HSV(B) | 91.22º | 0.6% | 0.97% | - |
| XYZ | 52.09 | 75.97 | 23.72 | - |
| YUV | 207.11 | 66.99 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 99 | 0.31 | 0 | 0.60 | 0.03 | 91.22 | 0.9 | 0.68 |
| Hex | AA | F7 | 63 | 1F | 0 | 3C | 3 | 5B | 5A | 44 |
| Octal | 252 | 367 | 143 | 37 | 0 | 74 | 3 | 133 | 132 | 104 |
| Binary | 10101010 | 11110111 | 1100011 | 11111 | 0 | 111100 | 11 | 1011011 | 1011010 | 1000100 |
Color Harmonies of #AAF763
Complementary color
Monochromatic Colors of #AAF763
Black with #AAF763
Text Example
Text Example
White with #AAF763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF763; }
p { color: rgb(170,247,99); }
H1.HeaderClassName
{
color: #AAF763;
}
.AnyTagClassName
{
color: #AAF763;
}
</style>
background-color css
<style>
a { background-color: #AAF763; }
a { background-color: rgb(170,247,99); }
div.DivClassName
{
background-color: #AAF763;
}
.BgClassName
{
background-color: #AAF763;
}
</style>
border-color css
<style>
span { border-color: #AAF763; }
span { border-color: rgb(170,247,99); }
td.TdClassName
{
border-color: #AAF763;
}
.TagClassName
{
border-color: #AAF763;
}
</style>