Shades of Conifer #AAEF4C
Tints of Conifer #AAEF4C
RGB
CMYK
RGB Variations
Color information
#AAEF4C (or 0xAAEF4C) is known color: Conifer. HEX triplet: AA, EF and 4C. RGB value is (170,239,76). Sum of RGB (Red+Green+Blue) = 170+239+76=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEF4C is #5510B3. Grayscale: #C8C8C8. Windows color (decimal): -5574836 or 5042090. OLE color: 5042090.
HSL color Cylindrical-coordinate representation of color #AAEF4C: hue angle of 85.4º 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 #AAEF4C is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 76 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.06 |
| HSL | 85.4º | 0.84% | 0.62% | - |
| HSV(B) | 85.4º | 0.68% | 0.94% | - |
| XYZ | 48.75 | 70.8 | 17.93 | - |
| YUV | 199.79 | 58.14 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 76 | 0.29 | 0 | 0.68 | 0.06 | 85.4 | 0.84 | 0.62 |
| Hex | AA | EF | 4C | 1D | 0 | 44 | 6 | 55 | 54 | 3E |
| Octal | 252 | 357 | 114 | 35 | 0 | 104 | 6 | 125 | 124 | 76 |
| Binary | 10101010 | 11101111 | 1001100 | 11101 | 0 | 1000100 | 110 | 1010101 | 1010100 | 111110 |
Color Harmonies of #AAEF4C
Complementary color
Monochromatic Colors of #AAEF4C
Black with #AAEF4C
Text Example
Text Example
White with #AAEF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEF4C; }
p { color: rgb(170,239,76); }
H1.HeaderClassName
{
color: #AAEF4C;
}
.AnyTagClassName
{
color: #AAEF4C;
}
</style>
background-color css
<style>
a { background-color: #AAEF4C; }
a { background-color: rgb(170,239,76); }
div.DivClassName
{
background-color: #AAEF4C;
}
.BgClassName
{
background-color: #AAEF4C;
}
</style>
border-color css
<style>
span { border-color: #AAEF4C; }
span { border-color: rgb(170,239,76); }
td.TdClassName
{
border-color: #AAEF4C;
}
.TagClassName
{
border-color: #AAEF4C;
}
</style>