Shades of Conifer #AAFF65
Tints of Conifer #AAFF65
RGB
CMYK
RGB Variations
Color information
#AAFF65 (or 0xAAFF65) is known color: Conifer. HEX triplet: AA, FF and 65. RGB value is (170,255,101). Sum of RGB (Red+Green+Blue) = 170+255+101=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF65 is #55009A. Grayscale: #D4D4D4. Windows color (decimal): -5570715 or 6684586. OLE color: 6684586.
HSL color Cylindrical-coordinate representation of color #AAFF65: hue angle of 93.12º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAFF65 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 101 | - |
| CMYK | 0.33 | 0 | 0.60 | 0 |
| HSL | 93.12º | 1% | 0.7% | - |
| HSV(B) | 93.12º | 0.6% | 1% | - |
| XYZ | 54.69 | 81.01 | 25.07 | - |
| YUV | 212.03 | 65.34 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 101 | 0.33 | 0 | 0.60 | 0 | 93.12 | 1 | 0.7 |
| Hex | AA | FF | 65 | 21 | 0 | 3C | 0 | 5D | 64 | 46 |
| Octal | 252 | 377 | 145 | 41 | 0 | 74 | 0 | 135 | 144 | 106 |
| Binary | 10101010 | 11111111 | 1100101 | 100001 | 0 | 111100 | 0 | 1011101 | 1100100 | 1000110 |
Color Harmonies of #AAFF65
Complementary color
Monochromatic Colors of #AAFF65
Black with #AAFF65
Text Example
Text Example
White with #AAFF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF65; }
p { color: rgb(170,255,101); }
H1.HeaderClassName
{
color: #AAFF65;
}
.AnyTagClassName
{
color: #AAFF65;
}
</style>
background-color css
<style>
a { background-color: #AAFF65; }
a { background-color: rgb(170,255,101); }
div.DivClassName
{
background-color: #AAFF65;
}
.BgClassName
{
background-color: #AAFF65;
}
</style>
border-color css
<style>
span { border-color: #AAFF65; }
span { border-color: rgb(170,255,101); }
td.TdClassName
{
border-color: #AAFF65;
}
.TagClassName
{
border-color: #AAFF65;
}
</style>