Shades of Conifer #AAF755
Tints of Conifer #AAF755
RGB
CMYK
RGB Variations
Color information
#AAF755 (or 0xAAF755) is known color: Conifer. HEX triplet: AA, F7 and 55. RGB value is (170,247,85). Sum of RGB (Red+Green+Blue) = 170+247+85=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF755 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF755 is #5508AA. Grayscale: #CECECE. Windows color (decimal): -5572779 or 5633962. OLE color: 5633962.
HSL color Cylindrical-coordinate representation of color #AAF755: hue angle of 88.52º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAF755 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 85 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.03 |
| HSL | 88.52º | 0.91% | 0.65% | - |
| HSV(B) | 88.52º | 0.66% | 0.97% | - |
| XYZ | 51.48 | 75.72 | 20.5 | - |
| YUV | 205.51 | 59.99 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 85 | 0.31 | 0 | 0.66 | 0.03 | 88.52 | 0.91 | 0.65 |
| Hex | AA | F7 | 55 | 1F | 0 | 42 | 3 | 59 | 5B | 41 |
| Octal | 252 | 367 | 125 | 37 | 0 | 102 | 3 | 131 | 133 | 101 |
| Binary | 10101010 | 11110111 | 1010101 | 11111 | 0 | 1000010 | 11 | 1011001 | 1011011 | 1000001 |
Color Harmonies of #AAF755
Complementary color
Monochromatic Colors of #AAF755
Black with #AAF755
Text Example
Text Example
White with #AAF755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF755; }
p { color: rgb(170,247,85); }
H1.HeaderClassName
{
color: #AAF755;
}
.AnyTagClassName
{
color: #AAF755;
}
</style>
background-color css
<style>
a { background-color: #AAF755; }
a { background-color: rgb(170,247,85); }
div.DivClassName
{
background-color: #AAF755;
}
.BgClassName
{
background-color: #AAF755;
}
</style>
border-color css
<style>
span { border-color: #AAF755; }
span { border-color: rgb(170,247,85); }
td.TdClassName
{
border-color: #AAF755;
}
.TagClassName
{
border-color: #AAF755;
}
</style>