Shades of Conifer #AAF450
Tints of Conifer #AAF450
RGB
CMYK
RGB Variations
Color information
#AAF450 (or 0xAAF450) is known color: Conifer. HEX triplet: AA, F4 and 50. RGB value is (170,244,80). Sum of RGB (Red+Green+Blue) = 170+244+80=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF450 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF450 is #550BAF. Grayscale: #CBCBCB. Windows color (decimal): -5573552 or 5305514. OLE color: 5305514.
HSL color Cylindrical-coordinate representation of color #AAF450: hue angle of 87.07º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAF450 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 80 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.04 |
| HSL | 87.07º | 0.88% | 0.64% | - |
| HSV(B) | 87.07º | 0.67% | 0.96% | - |
| XYZ | 50.38 | 73.83 | 19.18 | - |
| YUV | 203.18 | 58.48 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 80 | 0.30 | 0 | 0.67 | 0.04 | 87.07 | 0.88 | 0.64 |
| Hex | AA | F4 | 50 | 1E | 0 | 43 | 4 | 57 | 58 | 40 |
| Octal | 252 | 364 | 120 | 36 | 0 | 103 | 4 | 127 | 130 | 100 |
| Binary | 10101010 | 11110100 | 1010000 | 11110 | 0 | 1000011 | 100 | 1010111 | 1011000 | 1000000 |
Color Harmonies of #AAF450
Complementary color
Monochromatic Colors of #AAF450
Black with #AAF450
Text Example
Text Example
White with #AAF450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF450; }
p { color: rgb(170,244,80); }
H1.HeaderClassName
{
color: #AAF450;
}
.AnyTagClassName
{
color: #AAF450;
}
</style>
background-color css
<style>
a { background-color: #AAF450; }
a { background-color: rgb(170,244,80); }
div.DivClassName
{
background-color: #AAF450;
}
.BgClassName
{
background-color: #AAF450;
}
</style>
border-color css
<style>
span { border-color: #AAF450; }
span { border-color: rgb(170,244,80); }
td.TdClassName
{
border-color: #AAF450;
}
.TagClassName
{
border-color: #AAF450;
}
</style>