Shades of Conifer #AAFF63
Tints of Conifer #AAFF63
RGB
CMYK
RGB Variations
Color information
#AAFF63 (or 0xAAFF63) is known color: Conifer. HEX triplet: AA, FF and 63. RGB value is (170,255,99). Sum of RGB (Red+Green+Blue) = 170+255+99=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF63 is #55009C. Grayscale: #D4D4D4. Windows color (decimal): -5570717 or 6553514. OLE color: 6553514.
HSL color Cylindrical-coordinate representation of color #AAFF63: hue angle of 92.69º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAFF63 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 99 | - |
| CMYK | 0.33 | 0 | 0.61 | 0 |
| HSL | 92.69º | 1% | 0.69% | - |
| HSV(B) | 92.69º | 0.61% | 1% | - |
| XYZ | 54.59 | 80.97 | 24.56 | - |
| YUV | 211.8 | 64.34 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 99 | 0.33 | 0 | 0.61 | 0 | 92.69 | 1 | 0.69 |
| Hex | AA | FF | 63 | 21 | 0 | 3D | 0 | 5D | 64 | 45 |
| Octal | 252 | 377 | 143 | 41 | 0 | 75 | 0 | 135 | 144 | 105 |
| Binary | 10101010 | 11111111 | 1100011 | 100001 | 0 | 111101 | 0 | 1011101 | 1100100 | 1000101 |
Color Harmonies of #AAFF63
Complementary color
Monochromatic Colors of #AAFF63
Black with #AAFF63
Text Example
Text Example
White with #AAFF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF63; }
p { color: rgb(170,255,99); }
H1.HeaderClassName
{
color: #AAFF63;
}
.AnyTagClassName
{
color: #AAFF63;
}
</style>
background-color css
<style>
a { background-color: #AAFF63; }
a { background-color: rgb(170,255,99); }
div.DivClassName
{
background-color: #AAFF63;
}
.BgClassName
{
background-color: #AAFF63;
}
</style>
border-color css
<style>
span { border-color: #AAFF63; }
span { border-color: rgb(170,255,99); }
td.TdClassName
{
border-color: #AAFF63;
}
.TagClassName
{
border-color: #AAFF63;
}
</style>