Shades of Conifer #AAFA5D
Tints of Conifer #AAFA5D
RGB
CMYK
RGB Variations
Color information
#AAFA5D (or 0xAAFA5D) is known color: Conifer. HEX triplet: AA, FA and 5D. RGB value is (170,250,93). Sum of RGB (Red+Green+Blue) = 170+250+93=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA5D is #5505A2. Grayscale: #D0D0D0. Windows color (decimal): -5572003 or 6159018. OLE color: 6159018.
HSL color Cylindrical-coordinate representation of color #AAFA5D: hue angle of 90.57º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAFA5D is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 250 | 93 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.02 |
| HSL | 90.57º | 0.94% | 0.67% | - |
| HSV(B) | 90.57º | 0.63% | 0.98% | - |
| XYZ | 52.74 | 77.71 | 22.58 | - |
| YUV | 208.18 | 63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 250 | 93 | 0.32 | 0 | 0.63 | 0.02 | 90.57 | 0.94 | 0.67 |
| Hex | AA | FA | 5D | 20 | 0 | 3F | 2 | 5B | 5E | 43 |
| Octal | 252 | 372 | 135 | 40 | 0 | 77 | 2 | 133 | 136 | 103 |
| Binary | 10101010 | 11111010 | 1011101 | 100000 | 0 | 111111 | 10 | 1011011 | 1011110 | 1000011 |
Color Harmonies of #AAFA5D
Complementary color
Monochromatic Colors of #AAFA5D
Black with #AAFA5D
Text Example
Text Example
White with #AAFA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFA5D; }
p { color: rgb(170,250,93); }
H1.HeaderClassName
{
color: #AAFA5D;
}
.AnyTagClassName
{
color: #AAFA5D;
}
</style>
background-color css
<style>
a { background-color: #AAFA5D; }
a { background-color: rgb(170,250,93); }
div.DivClassName
{
background-color: #AAFA5D;
}
.BgClassName
{
background-color: #AAFA5D;
}
</style>
border-color css
<style>
span { border-color: #AAFA5D; }
span { border-color: rgb(170,250,93); }
td.TdClassName
{
border-color: #AAFA5D;
}
.TagClassName
{
border-color: #AAFA5D;
}
</style>