Shades of Conifer #AAF14C
Tints of Conifer #AAF14C
RGB
CMYK
RGB Variations
Color information
#AAF14C (or 0xAAF14C) is known color: Conifer. HEX triplet: AA, F1 and 4C. RGB value is (170,241,76). Sum of RGB (Red+Green+Blue) = 170+241+76=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF14C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF14C is #550EB3. Grayscale: #C9C9C9. Windows color (decimal): -5574324 or 5042602. OLE color: 5042602.
HSL color Cylindrical-coordinate representation of color #AAF14C: hue angle of 85.82º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAF14C is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 76 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.05 |
| HSL | 85.82º | 0.85% | 0.62% | - |
| HSV(B) | 85.82º | 0.68% | 0.95% | - |
| XYZ | 49.34 | 71.98 | 18.13 | - |
| YUV | 200.96 | 57.48 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 76 | 0.29 | 0 | 0.68 | 0.05 | 85.82 | 0.85 | 0.62 |
| Hex | AA | F1 | 4C | 1D | 0 | 44 | 5 | 56 | 55 | 3E |
| Octal | 252 | 361 | 114 | 35 | 0 | 104 | 5 | 126 | 125 | 76 |
| Binary | 10101010 | 11110001 | 1001100 | 11101 | 0 | 1000100 | 101 | 1010110 | 1010101 | 111110 |
Color Harmonies of #AAF14C
Complementary color
Monochromatic Colors of #AAF14C
Black with #AAF14C
Text Example
Text Example
White with #AAF14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF14C; }
p { color: rgb(170,241,76); }
H1.HeaderClassName
{
color: #AAF14C;
}
.AnyTagClassName
{
color: #AAF14C;
}
</style>
background-color css
<style>
a { background-color: #AAF14C; }
a { background-color: rgb(170,241,76); }
div.DivClassName
{
background-color: #AAF14C;
}
.BgClassName
{
background-color: #AAF14C;
}
</style>
border-color css
<style>
span { border-color: #AAF14C; }
span { border-color: rgb(170,241,76); }
td.TdClassName
{
border-color: #AAF14C;
}
.TagClassName
{
border-color: #AAF14C;
}
</style>