Shades of Conifer #AAF957
Tints of Conifer #AAF957
RGB
CMYK
RGB Variations
Color information
#AAF957 (or 0xAAF957) is known color: Conifer. HEX triplet: AA, F9 and 57. RGB value is (170,249,87). Sum of RGB (Red+Green+Blue) = 170+249+87=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 249 (97.66% from 255 or 49.21% from 506); Blue value is 87 (34.38% from 255 or 17.19% from 506); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF957 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF957 is #5506A8. Grayscale: #CFCFCF. Windows color (decimal): -5572265 or 5765546. OLE color: 5765546.
HSL color Cylindrical-coordinate representation of color #AAF957: hue angle of 89.26º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAF957 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 87 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.02 |
| HSL | 89.26º | 0.93% | 0.66% | - |
| HSV(B) | 89.26º | 0.65% | 0.98% | - |
| XYZ | 52.17 | 76.99 | 21.13 | - |
| YUV | 206.91 | 60.33 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 87 | 0.32 | 0 | 0.65 | 0.02 | 89.26 | 0.93 | 0.66 |
| Hex | AA | F9 | 57 | 20 | 0 | 41 | 2 | 59 | 5D | 42 |
| Octal | 252 | 371 | 127 | 40 | 0 | 101 | 2 | 131 | 135 | 102 |
| Binary | 10101010 | 11111001 | 1010111 | 100000 | 0 | 1000001 | 10 | 1011001 | 1011101 | 1000010 |
Color Harmonies of #AAF957
Complementary color
Monochromatic Colors of #AAF957
Black with #AAF957
Text Example
Text Example
White with #AAF957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF957; }
p { color: rgb(170,249,87); }
H1.HeaderClassName
{
color: #AAF957;
}
.AnyTagClassName
{
color: #AAF957;
}
</style>
background-color css
<style>
a { background-color: #AAF957; }
a { background-color: rgb(170,249,87); }
div.DivClassName
{
background-color: #AAF957;
}
.BgClassName
{
background-color: #AAF957;
}
</style>
border-color css
<style>
span { border-color: #AAF957; }
span { border-color: rgb(170,249,87); }
td.TdClassName
{
border-color: #AAF957;
}
.TagClassName
{
border-color: #AAF957;
}
</style>