Shades of Conifer #AAFF5D
Tints of Conifer #AAFF5D
RGB
CMYK
RGB Variations
Color information
#AAFF5D (or 0xAAFF5D) is known color: Conifer. HEX triplet: AA, FF and 5D. RGB value is (170,255,93). Sum of RGB (Red+Green+Blue) = 170+255+93=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF5D is #5500A2. Grayscale: #D3D3D3. Windows color (decimal): -5570723 or 6160298. OLE color: 6160298.
HSL color Cylindrical-coordinate representation of color #AAFF5D: hue angle of 91.48º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAFF5D is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 93 | - |
| CMYK | 0.33 | 0 | 0.64 | 0 |
| HSL | 91.48º | 1% | 0.68% | - |
| HSV(B) | 91.48º | 0.64% | 1% | - |
| XYZ | 54.31 | 80.86 | 23.1 | - |
| YUV | 211.12 | 61.34 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 93 | 0.33 | 0 | 0.64 | 0 | 91.48 | 1 | 0.68 |
| Hex | AA | FF | 5D | 21 | 0 | 40 | 0 | 5B | 64 | 44 |
| Octal | 252 | 377 | 135 | 41 | 0 | 100 | 0 | 133 | 144 | 104 |
| Binary | 10101010 | 11111111 | 1011101 | 100001 | 0 | 1000000 | 0 | 1011011 | 1100100 | 1000100 |
Color Harmonies of #AAFF5D
Complementary color
Monochromatic Colors of #AAFF5D
Black with #AAFF5D
Text Example
Text Example
White with #AAFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF5D; }
p { color: rgb(170,255,93); }
H1.HeaderClassName
{
color: #AAFF5D;
}
.AnyTagClassName
{
color: #AAFF5D;
}
</style>
background-color css
<style>
a { background-color: #AAFF5D; }
a { background-color: rgb(170,255,93); }
div.DivClassName
{
background-color: #AAFF5D;
}
.BgClassName
{
background-color: #AAFF5D;
}
</style>
border-color css
<style>
span { border-color: #AAFF5D; }
span { border-color: rgb(170,255,93); }
td.TdClassName
{
border-color: #AAFF5D;
}
.TagClassName
{
border-color: #AAFF5D;
}
</style>