Shades of Conifer #AAED68
Tints of Conifer #AAED68
RGB
CMYK
RGB Variations
Color information
#AAED68 (or 0xAAED68) is known color: Conifer. HEX triplet: AA, ED and 68. RGB value is (170,237,104). Sum of RGB (Red+Green+Blue) = 170+237+104=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED68 is #551297. Grayscale: #CACACA. Windows color (decimal): -5575320 or 6876586. OLE color: 6876586.
HSL color Cylindrical-coordinate representation of color #AAED68: hue angle of 90.23º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAED68 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 104 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.07 |
| HSL | 90.23º | 0.79% | 0.67% | - |
| HSV(B) | 90.23º | 0.56% | 0.93% | - |
| XYZ | 49.36 | 70.11 | 24.03 | - |
| YUV | 201.81 | 72.8 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 104 | 0.28 | 0 | 0.56 | 0.07 | 90.23 | 0.79 | 0.67 |
| Hex | AA | ED | 68 | 1C | 0 | 38 | 7 | 5A | 4F | 43 |
| Octal | 252 | 355 | 150 | 34 | 0 | 70 | 7 | 132 | 117 | 103 |
| Binary | 10101010 | 11101101 | 1101000 | 11100 | 0 | 111000 | 111 | 1011010 | 1001111 | 1000011 |
Color Harmonies of #AAED68
Complementary color
Monochromatic Colors of #AAED68
Black with #AAED68
Text Example
Text Example
White with #AAED68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAED68; }
p { color: rgb(170,237,104); }
H1.HeaderClassName
{
color: #AAED68;
}
.AnyTagClassName
{
color: #AAED68;
}
</style>
background-color css
<style>
a { background-color: #AAED68; }
a { background-color: rgb(170,237,104); }
div.DivClassName
{
background-color: #AAED68;
}
.BgClassName
{
background-color: #AAED68;
}
</style>
border-color css
<style>
span { border-color: #AAED68; }
span { border-color: rgb(170,237,104); }
td.TdClassName
{
border-color: #AAED68;
}
.TagClassName
{
border-color: #AAED68;
}
</style>