Shades of Conifer #AAEF4D
Tints of Conifer #AAEF4D
RGB
CMYK
RGB Variations
Color information
#AAEF4D (or 0xAAEF4D) is known color: Conifer. HEX triplet: AA, EF and 4D. RGB value is (170,239,77). Sum of RGB (Red+Green+Blue) = 170+239+77=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEF4D is #5510B2. Grayscale: #C8C8C8. Windows color (decimal): -5574835 or 5107626. OLE color: 5107626.
HSL color Cylindrical-coordinate representation of color #AAEF4D: hue angle of 85.56º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAEF4D is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 77 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.06 |
| HSL | 85.56º | 0.84% | 0.62% | - |
| HSV(B) | 85.56º | 0.68% | 0.94% | - |
| XYZ | 48.78 | 70.81 | 18.12 | - |
| YUV | 199.9 | 58.64 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 77 | 0.29 | 0 | 0.68 | 0.06 | 85.56 | 0.84 | 0.62 |
| Hex | AA | EF | 4D | 1D | 0 | 44 | 6 | 56 | 54 | 3E |
| Octal | 252 | 357 | 115 | 35 | 0 | 104 | 6 | 126 | 124 | 76 |
| Binary | 10101010 | 11101111 | 1001101 | 11101 | 0 | 1000100 | 110 | 1010110 | 1010100 | 111110 |
Color Harmonies of #AAEF4D
Complementary color
Monochromatic Colors of #AAEF4D
Black with #AAEF4D
Text Example
Text Example
White with #AAEF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEF4D; }
p { color: rgb(170,239,77); }
H1.HeaderClassName
{
color: #AAEF4D;
}
.AnyTagClassName
{
color: #AAEF4D;
}
</style>
background-color css
<style>
a { background-color: #AAEF4D; }
a { background-color: rgb(170,239,77); }
div.DivClassName
{
background-color: #AAEF4D;
}
.BgClassName
{
background-color: #AAEF4D;
}
</style>
border-color css
<style>
span { border-color: #AAEF4D; }
span { border-color: rgb(170,239,77); }
td.TdClassName
{
border-color: #AAEF4D;
}
.TagClassName
{
border-color: #AAEF4D;
}
</style>