Shades of Conifer #AAFF57
Tints of Conifer #AAFF57
RGB
CMYK
RGB Variations
Color information
#AAFF57 (or 0xAAFF57) is known color: Conifer. HEX triplet: AA, FF and 57. RGB value is (170,255,87). Sum of RGB (Red+Green+Blue) = 170+255+87=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 87 (34.38% from 255 or 16.99% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF57 is #5500A8. Grayscale: #D3D3D3. Windows color (decimal): -5570729 or 5767082. OLE color: 5767082.
HSL color Cylindrical-coordinate representation of color #AAFF57: hue angle of 90.36º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAFF57 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 87 | - |
| CMYK | 0.33 | 0 | 0.66 | 0 |
| HSL | 90.36º | 1% | 0.67% | - |
| HSV(B) | 90.36º | 0.66% | 1% | - |
| XYZ | 54.06 | 80.75 | 21.75 | - |
| YUV | 210.43 | 58.34 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 87 | 0.33 | 0 | 0.66 | 0 | 90.36 | 1 | 0.67 |
| Hex | AA | FF | 57 | 21 | 0 | 42 | 0 | 5A | 64 | 43 |
| Octal | 252 | 377 | 127 | 41 | 0 | 102 | 0 | 132 | 144 | 103 |
| Binary | 10101010 | 11111111 | 1010111 | 100001 | 0 | 1000010 | 0 | 1011010 | 1100100 | 1000011 |
Color Harmonies of #AAFF57
Complementary color
Monochromatic Colors of #AAFF57
Black with #AAFF57
Text Example
Text Example
White with #AAFF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF57; }
p { color: rgb(170,255,87); }
H1.HeaderClassName
{
color: #AAFF57;
}
.AnyTagClassName
{
color: #AAFF57;
}
</style>
background-color css
<style>
a { background-color: #AAFF57; }
a { background-color: rgb(170,255,87); }
div.DivClassName
{
background-color: #AAFF57;
}
.BgClassName
{
background-color: #AAFF57;
}
</style>
border-color css
<style>
span { border-color: #AAFF57; }
span { border-color: rgb(170,255,87); }
td.TdClassName
{
border-color: #AAFF57;
}
.TagClassName
{
border-color: #AAFF57;
}
</style>