Shades of Conifer #AAFF5F
Tints of Conifer #AAFF5F
RGB
CMYK
RGB Variations
Color information
#AAFF5F (or 0xAAFF5F) is known color: Conifer. HEX triplet: AA, FF and 5F. RGB value is (170,255,95). Sum of RGB (Red+Green+Blue) = 170+255+95=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF5F is #5500A0. Grayscale: #D3D3D3. Windows color (decimal): -5570721 or 6291370. OLE color: 6291370.
HSL color Cylindrical-coordinate representation of color #AAFF5F: hue angle of 91.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAFF5F is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 95 | - |
| CMYK | 0.33 | 0 | 0.63 | 0 |
| HSL | 91.88º | 1% | 0.69% | - |
| HSV(B) | 91.88º | 0.63% | 1% | - |
| XYZ | 54.4 | 80.89 | 23.57 | - |
| YUV | 211.35 | 62.34 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 95 | 0.33 | 0 | 0.63 | 0 | 91.88 | 1 | 0.69 |
| Hex | AA | FF | 5F | 21 | 0 | 3F | 0 | 5C | 64 | 45 |
| Octal | 252 | 377 | 137 | 41 | 0 | 77 | 0 | 134 | 144 | 105 |
| Binary | 10101010 | 11111111 | 1011111 | 100001 | 0 | 111111 | 0 | 1011100 | 1100100 | 1000101 |
Color Harmonies of #AAFF5F
Complementary color
Monochromatic Colors of #AAFF5F
Black with #AAFF5F
Text Example
Text Example
White with #AAFF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF5F; }
p { color: rgb(170,255,95); }
H1.HeaderClassName
{
color: #AAFF5F;
}
.AnyTagClassName
{
color: #AAFF5F;
}
</style>
background-color css
<style>
a { background-color: #AAFF5F; }
a { background-color: rgb(170,255,95); }
div.DivClassName
{
background-color: #AAFF5F;
}
.BgClassName
{
background-color: #AAFF5F;
}
</style>
border-color css
<style>
span { border-color: #AAFF5F; }
span { border-color: rgb(170,255,95); }
td.TdClassName
{
border-color: #AAFF5F;
}
.TagClassName
{
border-color: #AAFF5F;
}
</style>