Shades of Conifer #AAE73B
Tints of Conifer #AAE73B
RGB
CMYK
RGB Variations
Color information
#AAE73B (or 0xAAE73B) is known color: Conifer. HEX triplet: AA, E7 and 3B. RGB value is (170,231,59). Sum of RGB (Red+Green+Blue) = 170+231+59=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 231 (90.62% from 255 or 50.22% from 460); Blue value is 59 (23.44% from 255 or 12.83% from 460); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE73B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE73B is #5518C4. Grayscale: #C1C1C1. Windows color (decimal): -5576901 or 3925930. OLE color: 3925930.
HSL color Cylindrical-coordinate representation of color #AAE73B: hue angle of 81.28º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAE73B is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 59 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.09 |
| HSL | 81.28º | 0.78% | 0.57% | - |
| HSV(B) | 81.28º | 0.74% | 0.91% | - |
| XYZ | 45.94 | 66.01 | 14.46 | - |
| YUV | 193.15 | 52.29 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 59 | 0.26 | 0 | 0.74 | 0.09 | 81.28 | 0.78 | 0.57 |
| Hex | AA | E7 | 3B | 1A | 0 | 4A | 9 | 51 | 4E | 39 |
| Octal | 252 | 347 | 73 | 32 | 0 | 112 | 11 | 121 | 116 | 71 |
| Binary | 10101010 | 11100111 | 111011 | 11010 | 0 | 1001010 | 1001 | 1010001 | 1001110 | 111001 |
Color Harmonies of #AAE73B
Complementary color
Monochromatic Colors of #AAE73B
Black with #AAE73B
Text Example
Text Example
White with #AAE73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE73B; }
p { color: rgb(170,231,59); }
H1.HeaderClassName
{
color: #AAE73B;
}
.AnyTagClassName
{
color: #AAE73B;
}
</style>
background-color css
<style>
a { background-color: #AAE73B; }
a { background-color: rgb(170,231,59); }
div.DivClassName
{
background-color: #AAE73B;
}
.BgClassName
{
background-color: #AAE73B;
}
</style>
border-color css
<style>
span { border-color: #AAE73B; }
span { border-color: rgb(170,231,59); }
td.TdClassName
{
border-color: #AAE73B;
}
.TagClassName
{
border-color: #AAE73B;
}
</style>