Shades of Conifer #AAF84D
Tints of Conifer #AAF84D
RGB
CMYK
RGB Variations
Color information
#AAF84D (or 0xAAF84D) is known color: Conifer. HEX triplet: AA, F8 and 4D. RGB value is (170,248,77). Sum of RGB (Red+Green+Blue) = 170+248+77=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF84D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF84D is #5507B2. Grayscale: #CDCDCD. Windows color (decimal): -5572531 or 5109930. OLE color: 5109930.
HSL color Cylindrical-coordinate representation of color #AAF84D: hue angle of 87.37º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAF84D is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 77 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.03 |
| HSL | 87.37º | 0.92% | 0.64% | - |
| HSV(B) | 87.37º | 0.69% | 0.97% | - |
| XYZ | 51.48 | 76.22 | 19.02 | - |
| YUV | 205.18 | 55.66 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 77 | 0.31 | 0 | 0.69 | 0.03 | 87.37 | 0.92 | 0.64 |
| Hex | AA | F8 | 4D | 1F | 0 | 45 | 3 | 57 | 5C | 40 |
| Octal | 252 | 370 | 115 | 37 | 0 | 105 | 3 | 127 | 134 | 100 |
| Binary | 10101010 | 11111000 | 1001101 | 11111 | 0 | 1000101 | 11 | 1010111 | 1011100 | 1000000 |
Color Harmonies of #AAF84D
Complementary color
Monochromatic Colors of #AAF84D
Black with #AAF84D
Text Example
Text Example
White with #AAF84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF84D; }
p { color: rgb(170,248,77); }
H1.HeaderClassName
{
color: #AAF84D;
}
.AnyTagClassName
{
color: #AAF84D;
}
</style>
background-color css
<style>
a { background-color: #AAF84D; }
a { background-color: rgb(170,248,77); }
div.DivClassName
{
background-color: #AAF84D;
}
.BgClassName
{
background-color: #AAF84D;
}
</style>
border-color css
<style>
span { border-color: #AAF84D; }
span { border-color: rgb(170,248,77); }
td.TdClassName
{
border-color: #AAF84D;
}
.TagClassName
{
border-color: #AAF84D;
}
</style>