Shades of Conifer #AAF550
Tints of Conifer #AAF550
RGB
CMYK
RGB Variations
Color information
#AAF550 (or 0xAAF550) is known color: Conifer. HEX triplet: AA, F5 and 50. RGB value is (170,245,80). Sum of RGB (Red+Green+Blue) = 170+245+80=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF550 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF550 is #550AAF. Grayscale: #CCCCCC. Windows color (decimal): -5573296 or 5305770. OLE color: 5305770.
HSL color Cylindrical-coordinate representation of color #AAF550: hue angle of 87.27º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAF550 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 80 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.04 |
| HSL | 87.27º | 0.89% | 0.64% | - |
| HSV(B) | 87.27º | 0.67% | 0.96% | - |
| XYZ | 50.68 | 74.43 | 19.28 | - |
| YUV | 203.77 | 58.15 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 80 | 0.31 | 0 | 0.67 | 0.04 | 87.27 | 0.89 | 0.64 |
| Hex | AA | F5 | 50 | 1F | 0 | 43 | 4 | 57 | 59 | 40 |
| Octal | 252 | 365 | 120 | 37 | 0 | 103 | 4 | 127 | 131 | 100 |
| Binary | 10101010 | 11110101 | 1010000 | 11111 | 0 | 1000011 | 100 | 1010111 | 1011001 | 1000000 |
Color Harmonies of #AAF550
Complementary color
Monochromatic Colors of #AAF550
Black with #AAF550
Text Example
Text Example
White with #AAF550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF550; }
p { color: rgb(170,245,80); }
H1.HeaderClassName
{
color: #AAF550;
}
.AnyTagClassName
{
color: #AAF550;
}
</style>
background-color css
<style>
a { background-color: #AAF550; }
a { background-color: rgb(170,245,80); }
div.DivClassName
{
background-color: #AAF550;
}
.BgClassName
{
background-color: #AAF550;
}
</style>
border-color css
<style>
span { border-color: #AAF550; }
span { border-color: rgb(170,245,80); }
td.TdClassName
{
border-color: #AAF550;
}
.TagClassName
{
border-color: #AAF550;
}
</style>