Shades of Conifer #AAFA5E
Tints of Conifer #AAFA5E
RGB
CMYK
RGB Variations
Color information
#AAFA5E (or 0xAAFA5E) is known color: Conifer. HEX triplet: AA, FA and 5E. RGB value is (170,250,94). Sum of RGB (Red+Green+Blue) = 170+250+94=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA5E is #5505A1. Grayscale: #D0D0D0. Windows color (decimal): -5572002 or 6224554. OLE color: 6224554.
HSL color Cylindrical-coordinate representation of color #AAFA5E: hue angle of 90.77º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAFA5E is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 250 | 94 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.02 |
| HSL | 90.77º | 0.94% | 0.67% | - |
| HSV(B) | 90.77º | 0.62% | 0.98% | - |
| XYZ | 52.78 | 77.73 | 22.81 | - |
| YUV | 208.3 | 63.5 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 250 | 94 | 0.32 | 0 | 0.62 | 0.02 | 90.77 | 0.94 | 0.67 |
| Hex | AA | FA | 5E | 20 | 0 | 3E | 2 | 5B | 5E | 43 |
| Octal | 252 | 372 | 136 | 40 | 0 | 76 | 2 | 133 | 136 | 103 |
| Binary | 10101010 | 11111010 | 1011110 | 100000 | 0 | 111110 | 10 | 1011011 | 1011110 | 1000011 |
Color Harmonies of #AAFA5E
Complementary color
Monochromatic Colors of #AAFA5E
Black with #AAFA5E
Text Example
Text Example
White with #AAFA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFA5E; }
p { color: rgb(170,250,94); }
H1.HeaderClassName
{
color: #AAFA5E;
}
.AnyTagClassName
{
color: #AAFA5E;
}
</style>
background-color css
<style>
a { background-color: #AAFA5E; }
a { background-color: rgb(170,250,94); }
div.DivClassName
{
background-color: #AAFA5E;
}
.BgClassName
{
background-color: #AAFA5E;
}
</style>
border-color css
<style>
span { border-color: #AAFA5E; }
span { border-color: rgb(170,250,94); }
td.TdClassName
{
border-color: #AAFA5E;
}
.TagClassName
{
border-color: #AAFA5E;
}
</style>