Shades of Conifer #AAFE5D
Tints of Conifer #AAFE5D
RGB
CMYK
RGB Variations
Color information
#AAFE5D (or 0xAAFE5D) is known color: Conifer. HEX triplet: AA, FE and 5D. RGB value is (170,254,93). Sum of RGB (Red+Green+Blue) = 170+254+93=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFE5D is #5501A2. Grayscale: #D3D3D3. Windows color (decimal): -5570979 or 6160042. OLE color: 6160042.
HSL color Cylindrical-coordinate representation of color #AAFE5D: hue angle of 91.3º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAFE5D is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 93 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.00 |
| HSL | 91.3º | 0.99% | 0.68% | - |
| HSV(B) | 91.3º | 0.63% | 1% | - |
| XYZ | 54 | 80.22 | 22.99 | - |
| YUV | 210.53 | 61.67 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 93 | 0.33 | 0 | 0.63 | 0.00 | 91.3 | 0.99 | 0.68 |
| Hex | AA | FE | 5D | 21 | 0 | 3F | 0 | 5B | 63 | 44 |
| Octal | 252 | 376 | 135 | 41 | 0 | 77 | 0 | 133 | 143 | 104 |
| Binary | 10101010 | 11111110 | 1011101 | 100001 | 0 | 111111 | 0 | 1011011 | 1100011 | 1000100 |
Color Harmonies of #AAFE5D
Complementary color
Monochromatic Colors of #AAFE5D
Black with #AAFE5D
Text Example
Text Example
White with #AAFE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFE5D; }
p { color: rgb(170,254,93); }
H1.HeaderClassName
{
color: #AAFE5D;
}
.AnyTagClassName
{
color: #AAFE5D;
}
</style>
background-color css
<style>
a { background-color: #AAFE5D; }
a { background-color: rgb(170,254,93); }
div.DivClassName
{
background-color: #AAFE5D;
}
.BgClassName
{
background-color: #AAFE5D;
}
</style>
border-color css
<style>
span { border-color: #AAFE5D; }
span { border-color: rgb(170,254,93); }
td.TdClassName
{
border-color: #AAFE5D;
}
.TagClassName
{
border-color: #AAFE5D;
}
</style>