Shades of Conifer #AAF858
Tints of Conifer #AAF858
RGB
CMYK
RGB Variations
Color information
#AAF858 (or 0xAAF858) is known color: Conifer. HEX triplet: AA, F8 and 58. RGB value is (170,248,88). Sum of RGB (Red+Green+Blue) = 170+248+88=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 88 (34.77% from 255 or 17.39% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF858 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF858 is #5507A7. Grayscale: #CFCFCF. Windows color (decimal): -5572520 or 5830826. OLE color: 5830826.
HSL color Cylindrical-coordinate representation of color #AAF858: hue angle of 89.25º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAF858 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 88 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.03 |
| HSL | 89.25º | 0.92% | 0.66% | - |
| HSV(B) | 89.25º | 0.65% | 0.97% | - |
| XYZ | 51.91 | 76.39 | 21.24 | - |
| YUV | 206.44 | 61.16 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 88 | 0.31 | 0 | 0.65 | 0.03 | 89.25 | 0.92 | 0.66 |
| Hex | AA | F8 | 58 | 1F | 0 | 41 | 3 | 59 | 5C | 42 |
| Octal | 252 | 370 | 130 | 37 | 0 | 101 | 3 | 131 | 134 | 102 |
| Binary | 10101010 | 11111000 | 1011000 | 11111 | 0 | 1000001 | 11 | 1011001 | 1011100 | 1000010 |
Color Harmonies of #AAF858
Complementary color
Monochromatic Colors of #AAF858
Black with #AAF858
Text Example
Text Example
White with #AAF858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF858; }
p { color: rgb(170,248,88); }
H1.HeaderClassName
{
color: #AAF858;
}
.AnyTagClassName
{
color: #AAF858;
}
</style>
background-color css
<style>
a { background-color: #AAF858; }
a { background-color: rgb(170,248,88); }
div.DivClassName
{
background-color: #AAF858;
}
.BgClassName
{
background-color: #AAF858;
}
</style>
border-color css
<style>
span { border-color: #AAF858; }
span { border-color: rgb(170,248,88); }
td.TdClassName
{
border-color: #AAF858;
}
.TagClassName
{
border-color: #AAF858;
}
</style>