Shades of Conifer #AAEF55
Tints of Conifer #AAEF55
RGB
CMYK
RGB Variations
Color information
#AAEF55 (or 0xAAEF55) is known color: Conifer. HEX triplet: AA, EF and 55. RGB value is (170,239,85). Sum of RGB (Red+Green+Blue) = 170+239+85=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEF55 is #5510AA. Grayscale: #C9C9C9. Windows color (decimal): -5574827 or 5631914. OLE color: 5631914.
HSL color Cylindrical-coordinate representation of color #AAEF55: hue angle of 86.88º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAEF55 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 85 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.06 |
| HSL | 86.88º | 0.83% | 0.64% | - |
| HSV(B) | 86.88º | 0.64% | 0.94% | - |
| XYZ | 49.08 | 70.93 | 19.7 | - |
| YUV | 200.81 | 62.64 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 85 | 0.29 | 0 | 0.64 | 0.06 | 86.88 | 0.83 | 0.64 |
| Hex | AA | EF | 55 | 1D | 0 | 40 | 6 | 57 | 53 | 40 |
| Octal | 252 | 357 | 125 | 35 | 0 | 100 | 6 | 127 | 123 | 100 |
| Binary | 10101010 | 11101111 | 1010101 | 11101 | 0 | 1000000 | 110 | 1010111 | 1010011 | 1000000 |
Color Harmonies of #AAEF55
Complementary color
Monochromatic Colors of #AAEF55
Black with #AAEF55
Text Example
Text Example
White with #AAEF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEF55; }
p { color: rgb(170,239,85); }
H1.HeaderClassName
{
color: #AAEF55;
}
.AnyTagClassName
{
color: #AAEF55;
}
</style>
background-color css
<style>
a { background-color: #AAEF55; }
a { background-color: rgb(170,239,85); }
div.DivClassName
{
background-color: #AAEF55;
}
.BgClassName
{
background-color: #AAEF55;
}
</style>
border-color css
<style>
span { border-color: #AAEF55; }
span { border-color: rgb(170,239,85); }
td.TdClassName
{
border-color: #AAEF55;
}
.TagClassName
{
border-color: #AAEF55;
}
</style>