Shades of Conifer #AAFF60
Tints of Conifer #AAFF60
RGB
CMYK
RGB Variations
Color information
#AAFF60 (or 0xAAFF60) is known color: Conifer. HEX triplet: AA, FF and 60. RGB value is (170,255,96). Sum of RGB (Red+Green+Blue) = 170+255+96=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF60 is #55009F. Grayscale: #D4D4D4. Windows color (decimal): -5570720 or 6356906. OLE color: 6356906.
HSL color Cylindrical-coordinate representation of color #AAFF60: hue angle of 92.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAFF60 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 96 | - |
| CMYK | 0.33 | 0 | 0.62 | 0 |
| HSL | 92.08º | 1% | 0.69% | - |
| HSV(B) | 92.08º | 0.62% | 1% | - |
| XYZ | 54.45 | 80.91 | 23.81 | - |
| YUV | 211.46 | 62.84 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 96 | 0.33 | 0 | 0.62 | 0 | 92.08 | 1 | 0.69 |
| Hex | AA | FF | 60 | 21 | 0 | 3E | 0 | 5C | 64 | 45 |
| Octal | 252 | 377 | 140 | 41 | 0 | 76 | 0 | 134 | 144 | 105 |
| Binary | 10101010 | 11111111 | 1100000 | 100001 | 0 | 111110 | 0 | 1011100 | 1100100 | 1000101 |
Color Harmonies of #AAFF60
Complementary color
Monochromatic Colors of #AAFF60
Black with #AAFF60
Text Example
Text Example
White with #AAFF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF60; }
p { color: rgb(170,255,96); }
H1.HeaderClassName
{
color: #AAFF60;
}
.AnyTagClassName
{
color: #AAFF60;
}
</style>
background-color css
<style>
a { background-color: #AAFF60; }
a { background-color: rgb(170,255,96); }
div.DivClassName
{
background-color: #AAFF60;
}
.BgClassName
{
background-color: #AAFF60;
}
</style>
border-color css
<style>
span { border-color: #AAFF60; }
span { border-color: rgb(170,255,96); }
td.TdClassName
{
border-color: #AAFF60;
}
.TagClassName
{
border-color: #AAFF60;
}
</style>