Shades of Conifer #AAE73F
Tints of Conifer #AAE73F
RGB
CMYK
RGB Variations
Color information
#AAE73F (or 0xAAE73F) is known color: Conifer. HEX triplet: AA, E7 and 3F. RGB value is (170,231,63). Sum of RGB (Red+Green+Blue) = 170+231+63=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 231 (90.62% from 255 or 49.78% from 464); Blue value is 63 (25% from 255 or 13.58% from 464); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE73F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE73F is #5518C0. Grayscale: #C2C2C2. Windows color (decimal): -5576897 or 4188074. OLE color: 4188074.
HSL color Cylindrical-coordinate representation of color #AAE73F: hue angle of 81.79º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAE73F is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 63 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.09 |
| HSL | 81.79º | 0.78% | 0.58% | - |
| HSV(B) | 81.79º | 0.73% | 0.91% | - |
| XYZ | 46.05 | 66.06 | 15.03 | - |
| YUV | 193.61 | 54.29 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 63 | 0.26 | 0 | 0.73 | 0.09 | 81.79 | 0.78 | 0.58 |
| Hex | AA | E7 | 3F | 1A | 0 | 49 | 9 | 52 | 4E | 3A |
| Octal | 252 | 347 | 77 | 32 | 0 | 111 | 11 | 122 | 116 | 72 |
| Binary | 10101010 | 11100111 | 111111 | 11010 | 0 | 1001001 | 1001 | 1010010 | 1001110 | 111010 |
Color Harmonies of #AAE73F
Complementary color
Monochromatic Colors of #AAE73F
Black with #AAE73F
Text Example
Text Example
White with #AAE73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE73F; }
p { color: rgb(170,231,63); }
H1.HeaderClassName
{
color: #AAE73F;
}
.AnyTagClassName
{
color: #AAE73F;
}
</style>
background-color css
<style>
a { background-color: #AAE73F; }
a { background-color: rgb(170,231,63); }
div.DivClassName
{
background-color: #AAE73F;
}
.BgClassName
{
background-color: #AAE73F;
}
</style>
border-color css
<style>
span { border-color: #AAE73F; }
span { border-color: rgb(170,231,63); }
td.TdClassName
{
border-color: #AAE73F;
}
.TagClassName
{
border-color: #AAE73F;
}
</style>