Shades of Conifer #AAE73D
Tints of Conifer #AAE73D
RGB
CMYK
RGB Variations
Color information
#AAE73D (or 0xAAE73D) is known color: Conifer. HEX triplet: AA, E7 and 3D. RGB value is (170,231,61). Sum of RGB (Red+Green+Blue) = 170+231+61=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 231 (90.62% from 255 or 50% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE73D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE73D is #5518C2. Grayscale: #C2C2C2. Windows color (decimal): -5576899 or 4057002. OLE color: 4057002.
HSL color Cylindrical-coordinate representation of color #AAE73D: hue angle of 81.53º 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 #AAE73D is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 61 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.09 |
| HSL | 81.53º | 0.78% | 0.57% | - |
| HSV(B) | 81.53º | 0.74% | 0.91% | - |
| XYZ | 46 | 66.03 | 14.74 | - |
| YUV | 193.38 | 53.29 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 61 | 0.26 | 0 | 0.74 | 0.09 | 81.53 | 0.78 | 0.57 |
| Hex | AA | E7 | 3D | 1A | 0 | 4A | 9 | 52 | 4E | 39 |
| Octal | 252 | 347 | 75 | 32 | 0 | 112 | 11 | 122 | 116 | 71 |
| Binary | 10101010 | 11100111 | 111101 | 11010 | 0 | 1001010 | 1001 | 1010010 | 1001110 | 111001 |
Color Harmonies of #AAE73D
Complementary color
Monochromatic Colors of #AAE73D
Black with #AAE73D
Text Example
Text Example
White with #AAE73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE73D; }
p { color: rgb(170,231,61); }
H1.HeaderClassName
{
color: #AAE73D;
}
.AnyTagClassName
{
color: #AAE73D;
}
</style>
background-color css
<style>
a { background-color: #AAE73D; }
a { background-color: rgb(170,231,61); }
div.DivClassName
{
background-color: #AAE73D;
}
.BgClassName
{
background-color: #AAE73D;
}
</style>
border-color css
<style>
span { border-color: #AAE73D; }
span { border-color: rgb(170,231,61); }
td.TdClassName
{
border-color: #AAE73D;
}
.TagClassName
{
border-color: #AAE73D;
}
</style>