Shades of Conifer #AAFF58
Tints of Conifer #AAFF58
RGB
CMYK
RGB Variations
Color information
#AAFF58 (or 0xAAFF58) is known color: Conifer. HEX triplet: AA, FF and 58. RGB value is (170,255,88). Sum of RGB (Red+Green+Blue) = 170+255+88=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF58 is #5500A7. Grayscale: #D3D3D3. Windows color (decimal): -5570728 or 5832618. OLE color: 5832618.
HSL color Cylindrical-coordinate representation of color #AAFF58: hue angle of 90.54º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAFF58 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 88 | - |
| CMYK | 0.33 | 0 | 0.65 | 0 |
| HSL | 90.54º | 1% | 0.67% | - |
| HSV(B) | 90.54º | 0.65% | 1% | - |
| XYZ | 54.1 | 80.77 | 21.97 | - |
| YUV | 210.55 | 58.84 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 88 | 0.33 | 0 | 0.65 | 0 | 90.54 | 1 | 0.67 |
| Hex | AA | FF | 58 | 21 | 0 | 41 | 0 | 5B | 64 | 43 |
| Octal | 252 | 377 | 130 | 41 | 0 | 101 | 0 | 133 | 144 | 103 |
| Binary | 10101010 | 11111111 | 1011000 | 100001 | 0 | 1000001 | 0 | 1011011 | 1100100 | 1000011 |
Color Harmonies of #AAFF58
Complementary color
Monochromatic Colors of #AAFF58
Black with #AAFF58
Text Example
Text Example
White with #AAFF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF58; }
p { color: rgb(170,255,88); }
H1.HeaderClassName
{
color: #AAFF58;
}
.AnyTagClassName
{
color: #AAFF58;
}
</style>
background-color css
<style>
a { background-color: #AAFF58; }
a { background-color: rgb(170,255,88); }
div.DivClassName
{
background-color: #AAFF58;
}
.BgClassName
{
background-color: #AAFF58;
}
</style>
border-color css
<style>
span { border-color: #AAFF58; }
span { border-color: rgb(170,255,88); }
td.TdClassName
{
border-color: #AAFF58;
}
.TagClassName
{
border-color: #AAFF58;
}
</style>