Shades of Conifer #AAF756
Tints of Conifer #AAF756
RGB
CMYK
RGB Variations
Color information
#AAF756 (or 0xAAF756) is known color: Conifer. HEX triplet: AA, F7 and 56. RGB value is (170,247,86). Sum of RGB (Red+Green+Blue) = 170+247+86=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 247 (96.88% from 255 or 49.11% from 503); Blue value is 86 (33.98% from 255 or 17.10% from 503); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF756 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF756 is #5508A9. Grayscale: #CECECE. Windows color (decimal): -5572778 or 5699498. OLE color: 5699498.
HSL color Cylindrical-coordinate representation of color #AAF756: hue angle of 88.7º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAF756 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 86 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.03 |
| HSL | 88.7º | 0.91% | 0.65% | - |
| HSV(B) | 88.7º | 0.65% | 0.97% | - |
| XYZ | 51.52 | 75.74 | 20.71 | - |
| YUV | 205.62 | 60.49 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 86 | 0.31 | 0 | 0.65 | 0.03 | 88.7 | 0.91 | 0.65 |
| Hex | AA | F7 | 56 | 1F | 0 | 41 | 3 | 59 | 5B | 41 |
| Octal | 252 | 367 | 126 | 37 | 0 | 101 | 3 | 131 | 133 | 101 |
| Binary | 10101010 | 11110111 | 1010110 | 11111 | 0 | 1000001 | 11 | 1011001 | 1011011 | 1000001 |
Color Harmonies of #AAF756
Complementary color
Monochromatic Colors of #AAF756
Black with #AAF756
Text Example
Text Example
White with #AAF756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF756; }
p { color: rgb(170,247,86); }
H1.HeaderClassName
{
color: #AAF756;
}
.AnyTagClassName
{
color: #AAF756;
}
</style>
background-color css
<style>
a { background-color: #AAF756; }
a { background-color: rgb(170,247,86); }
div.DivClassName
{
background-color: #AAF756;
}
.BgClassName
{
background-color: #AAF756;
}
</style>
border-color css
<style>
span { border-color: #AAF756; }
span { border-color: rgb(170,247,86); }
td.TdClassName
{
border-color: #AAF756;
}
.TagClassName
{
border-color: #AAF756;
}
</style>