Shades of Conifer #AAFD65
Tints of Conifer #AAFD65
RGB
CMYK
RGB Variations
Color information
#AAFD65 (or 0xAAFD65) is known color: Conifer. HEX triplet: AA, FD and 65. RGB value is (170,253,101). Sum of RGB (Red+Green+Blue) = 170+253+101=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 253 (99.22% from 255 or 48.28% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD65 is #55029A. Grayscale: #D3D3D3. Windows color (decimal): -5571227 or 6684074. OLE color: 6684074.
HSL color Cylindrical-coordinate representation of color #AAFD65: hue angle of 92.76º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAFD65 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 101 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.01 |
| HSL | 92.76º | 0.97% | 0.69% | - |
| HSV(B) | 92.76º | 0.6% | 0.99% | - |
| XYZ | 54.05 | 79.74 | 24.85 | - |
| YUV | 210.86 | 66 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 101 | 0.33 | 0 | 0.60 | 0.01 | 92.76 | 0.97 | 0.69 |
| Hex | AA | FD | 65 | 21 | 0 | 3C | 1 | 5D | 61 | 45 |
| Octal | 252 | 375 | 145 | 41 | 0 | 74 | 1 | 135 | 141 | 105 |
| Binary | 10101010 | 11111101 | 1100101 | 100001 | 0 | 111100 | 1 | 1011101 | 1100001 | 1000101 |
Color Harmonies of #AAFD65
Complementary color
Monochromatic Colors of #AAFD65
Black with #AAFD65
Text Example
Text Example
White with #AAFD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD65; }
p { color: rgb(170,253,101); }
H1.HeaderClassName
{
color: #AAFD65;
}
.AnyTagClassName
{
color: #AAFD65;
}
</style>
background-color css
<style>
a { background-color: #AAFD65; }
a { background-color: rgb(170,253,101); }
div.DivClassName
{
background-color: #AAFD65;
}
.BgClassName
{
background-color: #AAFD65;
}
</style>
border-color css
<style>
span { border-color: #AAFD65; }
span { border-color: rgb(170,253,101); }
td.TdClassName
{
border-color: #AAFD65;
}
.TagClassName
{
border-color: #AAFD65;
}
</style>