Shades of Conifer #AAEB68
Tints of Conifer #AAEB68
RGB
CMYK
RGB Variations
Color information
#AAEB68 (or 0xAAEB68) is known color: Conifer. HEX triplet: AA, EB and 68. RGB value is (170,235,104). Sum of RGB (Red+Green+Blue) = 170+235+104=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEB68 is #551497. Grayscale: #C9C9C9. Windows color (decimal): -5575832 or 6876074. OLE color: 6876074.
HSL color Cylindrical-coordinate representation of color #AAEB68: hue angle of 89.77º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAEB68 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 104 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.08 |
| HSL | 89.77º | 0.77% | 0.66% | - |
| HSV(B) | 89.77º | 0.56% | 0.92% | - |
| XYZ | 48.78 | 68.96 | 23.84 | - |
| YUV | 200.63 | 73.47 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 104 | 0.28 | 0 | 0.56 | 0.08 | 89.77 | 0.77 | 0.66 |
| Hex | AA | EB | 68 | 1C | 0 | 38 | 8 | 5A | 4D | 42 |
| Octal | 252 | 353 | 150 | 34 | 0 | 70 | 10 | 132 | 115 | 102 |
| Binary | 10101010 | 11101011 | 1101000 | 11100 | 0 | 111000 | 1000 | 1011010 | 1001101 | 1000010 |
Color Harmonies of #AAEB68
Complementary color
Monochromatic Colors of #AAEB68
Black with #AAEB68
Text Example
Text Example
White with #AAEB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEB68; }
p { color: rgb(170,235,104); }
H1.HeaderClassName
{
color: #AAEB68;
}
.AnyTagClassName
{
color: #AAEB68;
}
</style>
background-color css
<style>
a { background-color: #AAEB68; }
a { background-color: rgb(170,235,104); }
div.DivClassName
{
background-color: #AAEB68;
}
.BgClassName
{
background-color: #AAEB68;
}
</style>
border-color css
<style>
span { border-color: #AAEB68; }
span { border-color: rgb(170,235,104); }
td.TdClassName
{
border-color: #AAEB68;
}
.TagClassName
{
border-color: #AAEB68;
}
</style>