Shades of Conifer #AAEF4E
Tints of Conifer #AAEF4E
RGB
CMYK
RGB Variations
Color information
#AAEF4E (or 0xAAEF4E) is known color: Conifer. HEX triplet: AA, EF and 4E. RGB value is (170,239,78). Sum of RGB (Red+Green+Blue) = 170+239+78=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 78 (30.86% from 255 or 16.02% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEF4E is #5510B1. Grayscale: #C8C8C8. Windows color (decimal): -5574834 or 5173162. OLE color: 5173162.
HSL color Cylindrical-coordinate representation of color #AAEF4E: hue angle of 85.71º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAEF4E is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 78 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.06 |
| HSL | 85.71º | 0.83% | 0.62% | - |
| HSV(B) | 85.71º | 0.67% | 0.94% | - |
| XYZ | 48.82 | 70.83 | 18.31 | - |
| YUV | 200.02 | 59.14 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 78 | 0.29 | 0 | 0.67 | 0.06 | 85.71 | 0.83 | 0.62 |
| Hex | AA | EF | 4E | 1D | 0 | 43 | 6 | 56 | 53 | 3E |
| Octal | 252 | 357 | 116 | 35 | 0 | 103 | 6 | 126 | 123 | 76 |
| Binary | 10101010 | 11101111 | 1001110 | 11101 | 0 | 1000011 | 110 | 1010110 | 1010011 | 111110 |
Color Harmonies of #AAEF4E
Complementary color
Monochromatic Colors of #AAEF4E
Black with #AAEF4E
Text Example
Text Example
White with #AAEF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEF4E; }
p { color: rgb(170,239,78); }
H1.HeaderClassName
{
color: #AAEF4E;
}
.AnyTagClassName
{
color: #AAEF4E;
}
</style>
background-color css
<style>
a { background-color: #AAEF4E; }
a { background-color: rgb(170,239,78); }
div.DivClassName
{
background-color: #AAEF4E;
}
.BgClassName
{
background-color: #AAEF4E;
}
</style>
border-color css
<style>
span { border-color: #AAEF4E; }
span { border-color: rgb(170,239,78); }
td.TdClassName
{
border-color: #AAEF4E;
}
.TagClassName
{
border-color: #AAEF4E;
}
</style>