Shades of Conifer #AAED63
Tints of Conifer #AAED63
RGB
CMYK
RGB Variations
Color information
#AAED63 (or 0xAAED63) is known color: Conifer. HEX triplet: AA, ED and 63. RGB value is (170,237,99). Sum of RGB (Red+Green+Blue) = 170+237+99=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED63 is #55129C. Grayscale: #C9C9C9. Windows color (decimal): -5575325 or 6548906. OLE color: 6548906.
HSL color Cylindrical-coordinate representation of color #AAED63: hue angle of 89.13º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAED63 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 99 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.07 |
| HSL | 89.13º | 0.79% | 0.66% | - |
| HSV(B) | 89.13º | 0.58% | 0.93% | - |
| XYZ | 49.11 | 70.02 | 22.73 | - |
| YUV | 201.24 | 70.3 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 99 | 0.28 | 0 | 0.58 | 0.07 | 89.13 | 0.79 | 0.66 |
| Hex | AA | ED | 63 | 1C | 0 | 3A | 7 | 59 | 4F | 42 |
| Octal | 252 | 355 | 143 | 34 | 0 | 72 | 7 | 131 | 117 | 102 |
| Binary | 10101010 | 11101101 | 1100011 | 11100 | 0 | 111010 | 111 | 1011001 | 1001111 | 1000010 |
Color Harmonies of #AAED63
Complementary color
Monochromatic Colors of #AAED63
Black with #AAED63
Text Example
Text Example
White with #AAED63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAED63; }
p { color: rgb(170,237,99); }
H1.HeaderClassName
{
color: #AAED63;
}
.AnyTagClassName
{
color: #AAED63;
}
</style>
background-color css
<style>
a { background-color: #AAED63; }
a { background-color: rgb(170,237,99); }
div.DivClassName
{
background-color: #AAED63;
}
.BgClassName
{
background-color: #AAED63;
}
</style>
border-color css
<style>
span { border-color: #AAED63; }
span { border-color: rgb(170,237,99); }
td.TdClassName
{
border-color: #AAED63;
}
.TagClassName
{
border-color: #AAED63;
}
</style>