Shades of Conifer #AAE05F
Tints of Conifer #AAE05F
RGB
CMYK
RGB Variations
Color information
#AAE05F (or 0xAAE05F) is known color: Conifer. HEX triplet: AA, E0 and 5F. RGB value is (170,224,95). Sum of RGB (Red+Green+Blue) = 170+224+95=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE05F is #551FA0. Grayscale: #C1C1C1. Windows color (decimal): -5578657 or 6283434. OLE color: 6283434.
HSL color Cylindrical-coordinate representation of color #AAE05F: hue angle of 85.12º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAE05F is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 95 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.12 |
| HSL | 85.12º | 0.68% | 0.63% | - |
| HSV(B) | 85.12º | 0.58% | 0.88% | - |
| XYZ | 45.3 | 62.68 | 20.54 | - |
| YUV | 193.15 | 72.61 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 95 | 0.24 | 0 | 0.58 | 0.12 | 85.12 | 0.68 | 0.63 |
| Hex | AA | E0 | 5F | 18 | 0 | 3A | C | 55 | 44 | 3F |
| Octal | 252 | 340 | 137 | 30 | 0 | 72 | 14 | 125 | 104 | 77 |
| Binary | 10101010 | 11100000 | 1011111 | 11000 | 0 | 111010 | 1100 | 1010101 | 1000100 | 111111 |
Color Harmonies of #AAE05F
Complementary color
Monochromatic Colors of #AAE05F
Black with #AAE05F
Text Example
Text Example
White with #AAE05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE05F; }
p { color: rgb(170,224,95); }
H1.HeaderClassName
{
color: #AAE05F;
}
.AnyTagClassName
{
color: #AAE05F;
}
</style>
background-color css
<style>
a { background-color: #AAE05F; }
a { background-color: rgb(170,224,95); }
div.DivClassName
{
background-color: #AAE05F;
}
.BgClassName
{
background-color: #AAE05F;
}
</style>
border-color css
<style>
span { border-color: #AAE05F; }
span { border-color: rgb(170,224,95); }
td.TdClassName
{
border-color: #AAE05F;
}
.TagClassName
{
border-color: #AAE05F;
}
</style>