Shades of Conifer #AAF75A
Tints of Conifer #AAF75A
RGB
CMYK
RGB Variations
Color information
#AAF75A (or 0xAAF75A) is known color: Conifer. HEX triplet: AA, F7 and 5A. RGB value is (170,247,90). Sum of RGB (Red+Green+Blue) = 170+247+90=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 247 (96.88% from 255 or 48.72% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF75A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF75A is #5508A5. Grayscale: #CECECE. Windows color (decimal): -5572774 or 5961642. OLE color: 5961642.
HSL color Cylindrical-coordinate representation of color #AAF75A: hue angle of 89.43º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAF75A is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 90 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.03 |
| HSL | 89.43º | 0.91% | 0.66% | - |
| HSV(B) | 89.43º | 0.64% | 0.97% | - |
| XYZ | 51.68 | 75.81 | 21.58 | - |
| YUV | 206.08 | 62.49 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 90 | 0.31 | 0 | 0.64 | 0.03 | 89.43 | 0.91 | 0.66 |
| Hex | AA | F7 | 5A | 1F | 0 | 40 | 3 | 59 | 5B | 42 |
| Octal | 252 | 367 | 132 | 37 | 0 | 100 | 3 | 131 | 133 | 102 |
| Binary | 10101010 | 11110111 | 1011010 | 11111 | 0 | 1000000 | 11 | 1011001 | 1011011 | 1000010 |
Color Harmonies of #AAF75A
Complementary color
Monochromatic Colors of #AAF75A
Black with #AAF75A
Text Example
Text Example
White with #AAF75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF75A; }
p { color: rgb(170,247,90); }
H1.HeaderClassName
{
color: #AAF75A;
}
.AnyTagClassName
{
color: #AAF75A;
}
</style>
background-color css
<style>
a { background-color: #AAF75A; }
a { background-color: rgb(170,247,90); }
div.DivClassName
{
background-color: #AAF75A;
}
.BgClassName
{
background-color: #AAF75A;
}
</style>
border-color css
<style>
span { border-color: #AAF75A; }
span { border-color: rgb(170,247,90); }
td.TdClassName
{
border-color: #AAF75A;
}
.TagClassName
{
border-color: #AAF75A;
}
</style>