Shades of Conifer #AAF458
Tints of Conifer #AAF458
RGB
CMYK
RGB Variations
Color information
#AAF458 (or 0xAAF458) is known color: Conifer. HEX triplet: AA, F4 and 58. RGB value is (170,244,88). Sum of RGB (Red+Green+Blue) = 170+244+88=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF458 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF458 is #550BA7. Grayscale: #CCCCCC. Windows color (decimal): -5573544 or 5829802. OLE color: 5829802.
HSL color Cylindrical-coordinate representation of color #AAF458: hue angle of 88.46º degrees, saturation: 0.88, 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 #AAF458 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 88 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.04 |
| HSL | 88.46º | 0.88% | 0.65% | - |
| HSV(B) | 88.46º | 0.64% | 0.96% | - |
| XYZ | 50.69 | 73.95 | 20.84 | - |
| YUV | 204.09 | 62.48 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 88 | 0.30 | 0 | 0.64 | 0.04 | 88.46 | 0.88 | 0.65 |
| Hex | AA | F4 | 58 | 1E | 0 | 40 | 4 | 58 | 58 | 41 |
| Octal | 252 | 364 | 130 | 36 | 0 | 100 | 4 | 130 | 130 | 101 |
| Binary | 10101010 | 11110100 | 1011000 | 11110 | 0 | 1000000 | 100 | 1011000 | 1011000 | 1000001 |
Color Harmonies of #AAF458
Complementary color
Monochromatic Colors of #AAF458
Black with #AAF458
Text Example
Text Example
White with #AAF458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF458; }
p { color: rgb(170,244,88); }
H1.HeaderClassName
{
color: #AAF458;
}
.AnyTagClassName
{
color: #AAF458;
}
</style>
background-color css
<style>
a { background-color: #AAF458; }
a { background-color: rgb(170,244,88); }
div.DivClassName
{
background-color: #AAF458;
}
.BgClassName
{
background-color: #AAF458;
}
</style>
border-color css
<style>
span { border-color: #AAF458; }
span { border-color: rgb(170,244,88); }
td.TdClassName
{
border-color: #AAF458;
}
.TagClassName
{
border-color: #AAF458;
}
</style>