Shades of Conifer #AAF557
Tints of Conifer #AAF557
RGB
CMYK
RGB Variations
Color information
#AAF557 (or 0xAAF557) is known color: Conifer. HEX triplet: AA, F5 and 57. RGB value is (170,245,87). Sum of RGB (Red+Green+Blue) = 170+245+87=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 87 (34.38% from 255 or 17.33% from 502); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF557 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF557 is #550AA8. Grayscale: #CDCDCD. Windows color (decimal): -5573289 or 5764522. OLE color: 5764522.
HSL color Cylindrical-coordinate representation of color #AAF557: hue angle of 88.48º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAF557 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 87 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.04 |
| HSL | 88.48º | 0.89% | 0.65% | - |
| HSV(B) | 88.48º | 0.64% | 0.96% | - |
| XYZ | 50.95 | 74.54 | 20.72 | - |
| YUV | 204.56 | 61.65 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 87 | 0.31 | 0 | 0.64 | 0.04 | 88.48 | 0.89 | 0.65 |
| Hex | AA | F5 | 57 | 1F | 0 | 40 | 4 | 58 | 59 | 41 |
| Octal | 252 | 365 | 127 | 37 | 0 | 100 | 4 | 130 | 131 | 101 |
| Binary | 10101010 | 11110101 | 1010111 | 11111 | 0 | 1000000 | 100 | 1011000 | 1011001 | 1000001 |
Color Harmonies of #AAF557
Complementary color
Monochromatic Colors of #AAF557
Black with #AAF557
Text Example
Text Example
White with #AAF557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF557; }
p { color: rgb(170,245,87); }
H1.HeaderClassName
{
color: #AAF557;
}
.AnyTagClassName
{
color: #AAF557;
}
</style>
background-color css
<style>
a { background-color: #AAF557; }
a { background-color: rgb(170,245,87); }
div.DivClassName
{
background-color: #AAF557;
}
.BgClassName
{
background-color: #AAF557;
}
</style>
border-color css
<style>
span { border-color: #AAF557; }
span { border-color: rgb(170,245,87); }
td.TdClassName
{
border-color: #AAF557;
}
.TagClassName
{
border-color: #AAF557;
}
</style>