Shades of Conifer #AAEF49
Tints of Conifer #AAEF49
RGB
CMYK
RGB Variations
Color information
#AAEF49 (or 0xAAEF49) is known color: Conifer. HEX triplet: AA, EF and 49. RGB value is (170,239,73). Sum of RGB (Red+Green+Blue) = 170+239+73=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 73 (28.91% from 255 or 15.15% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEF49 is #5510B6. Grayscale: #C8C8C8. Windows color (decimal): -5574839 or 4845482. OLE color: 4845482.
HSL color Cylindrical-coordinate representation of color #AAEF49: hue angle of 84.94º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAEF49 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 73 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.06 |
| HSL | 84.94º | 0.84% | 0.61% | - |
| HSV(B) | 84.94º | 0.69% | 0.94% | - |
| XYZ | 48.65 | 70.76 | 17.4 | - |
| YUV | 199.45 | 56.64 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 73 | 0.29 | 0 | 0.69 | 0.06 | 84.94 | 0.84 | 0.61 |
| Hex | AA | EF | 49 | 1D | 0 | 45 | 6 | 55 | 54 | 3D |
| Octal | 252 | 357 | 111 | 35 | 0 | 105 | 6 | 125 | 124 | 75 |
| Binary | 10101010 | 11101111 | 1001001 | 11101 | 0 | 1000101 | 110 | 1010101 | 1010100 | 111101 |
Color Harmonies of #AAEF49
Complementary color
Monochromatic Colors of #AAEF49
Black with #AAEF49
Text Example
Text Example
White with #AAEF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEF49; }
p { color: rgb(170,239,73); }
H1.HeaderClassName
{
color: #AAEF49;
}
.AnyTagClassName
{
color: #AAEF49;
}
</style>
background-color css
<style>
a { background-color: #AAEF49; }
a { background-color: rgb(170,239,73); }
div.DivClassName
{
background-color: #AAEF49;
}
.BgClassName
{
background-color: #AAEF49;
}
</style>
border-color css
<style>
span { border-color: #AAEF49; }
span { border-color: rgb(170,239,73); }
td.TdClassName
{
border-color: #AAEF49;
}
.TagClassName
{
border-color: #AAEF49;
}
</style>