Shades of Conifer #AAEB63
Tints of Conifer #AAEB63
RGB
CMYK
RGB Variations
Color information
#AAEB63 (or 0xAAEB63) is known color: Conifer. HEX triplet: AA, EB and 63. RGB value is (170,235,99). Sum of RGB (Red+Green+Blue) = 170+235+99=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEB63 is #55149C. Grayscale: #C8C8C8. Windows color (decimal): -5575837 or 6548394. OLE color: 6548394.
HSL color Cylindrical-coordinate representation of color #AAEB63: hue angle of 88.68º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAEB63 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 99 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.08 |
| HSL | 88.68º | 0.77% | 0.65% | - |
| HSV(B) | 88.68º | 0.58% | 0.92% | - |
| XYZ | 48.54 | 68.86 | 22.54 | - |
| YUV | 200.06 | 70.97 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 99 | 0.28 | 0 | 0.58 | 0.08 | 88.68 | 0.77 | 0.65 |
| Hex | AA | EB | 63 | 1C | 0 | 3A | 8 | 59 | 4D | 41 |
| Octal | 252 | 353 | 143 | 34 | 0 | 72 | 10 | 131 | 115 | 101 |
| Binary | 10101010 | 11101011 | 1100011 | 11100 | 0 | 111010 | 1000 | 1011001 | 1001101 | 1000001 |
Color Harmonies of #AAEB63
Complementary color
Monochromatic Colors of #AAEB63
Black with #AAEB63
Text Example
Text Example
White with #AAEB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEB63; }
p { color: rgb(170,235,99); }
H1.HeaderClassName
{
color: #AAEB63;
}
.AnyTagClassName
{
color: #AAEB63;
}
</style>
background-color css
<style>
a { background-color: #AAEB63; }
a { background-color: rgb(170,235,99); }
div.DivClassName
{
background-color: #AAEB63;
}
.BgClassName
{
background-color: #AAEB63;
}
</style>
border-color css
<style>
span { border-color: #AAEB63; }
span { border-color: rgb(170,235,99); }
td.TdClassName
{
border-color: #AAEB63;
}
.TagClassName
{
border-color: #AAEB63;
}
</style>