Shades of Conifer #AAF754
Tints of Conifer #AAF754
RGB
CMYK
RGB Variations
Color information
#AAF754 (or 0xAAF754) is known color: Conifer. HEX triplet: AA, F7 and 54. RGB value is (170,247,84). Sum of RGB (Red+Green+Blue) = 170+247+84=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 247 (96.88% from 255 or 49.30% from 501); Blue value is 84 (33.20% from 255 or 16.77% from 501); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF754 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF754 is #5508AB. Grayscale: #CDCDCD. Windows color (decimal): -5572780 or 5568426. OLE color: 5568426.
HSL color Cylindrical-coordinate representation of color #AAF754: hue angle of 88.34º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAF754 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 84 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.03 |
| HSL | 88.34º | 0.91% | 0.65% | - |
| HSV(B) | 88.34º | 0.66% | 0.97% | - |
| XYZ | 51.44 | 75.71 | 20.29 | - |
| YUV | 205.4 | 59.49 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 84 | 0.31 | 0 | 0.66 | 0.03 | 88.34 | 0.91 | 0.65 |
| Hex | AA | F7 | 54 | 1F | 0 | 42 | 3 | 58 | 5B | 41 |
| Octal | 252 | 367 | 124 | 37 | 0 | 102 | 3 | 130 | 133 | 101 |
| Binary | 10101010 | 11110111 | 1010100 | 11111 | 0 | 1000010 | 11 | 1011000 | 1011011 | 1000001 |
Color Harmonies of #AAF754
Complementary color
Monochromatic Colors of #AAF754
Black with #AAF754
Text Example
Text Example
White with #AAF754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF754; }
p { color: rgb(170,247,84); }
H1.HeaderClassName
{
color: #AAF754;
}
.AnyTagClassName
{
color: #AAF754;
}
</style>
background-color css
<style>
a { background-color: #AAF754; }
a { background-color: rgb(170,247,84); }
div.DivClassName
{
background-color: #AAF754;
}
.BgClassName
{
background-color: #AAF754;
}
</style>
border-color css
<style>
span { border-color: #AAF754; }
span { border-color: rgb(170,247,84); }
td.TdClassName
{
border-color: #AAF754;
}
.TagClassName
{
border-color: #AAF754;
}
</style>