Shades of Conifer #AAF25B
Tints of Conifer #AAF25B
RGB
CMYK
RGB Variations
Color information
#AAF25B (or 0xAAF25B) is known color: Conifer. HEX triplet: AA, F2 and 5B. RGB value is (170,242,91). Sum of RGB (Red+Green+Blue) = 170+242+91=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF25B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF25B is #550DA4. Grayscale: #CBCBCB. Windows color (decimal): -5574053 or 6025898. OLE color: 6025898.
HSL color Cylindrical-coordinate representation of color #AAF25B: hue angle of 88.61º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAF25B is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 91 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.05 |
| HSL | 88.61º | 0.85% | 0.65% | - |
| HSV(B) | 88.61º | 0.62% | 0.95% | - |
| XYZ | 50.22 | 72.81 | 21.3 | - |
| YUV | 203.26 | 64.65 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 91 | 0.30 | 0 | 0.62 | 0.05 | 88.61 | 0.85 | 0.65 |
| Hex | AA | F2 | 5B | 1E | 0 | 3E | 5 | 59 | 55 | 41 |
| Octal | 252 | 362 | 133 | 36 | 0 | 76 | 5 | 131 | 125 | 101 |
| Binary | 10101010 | 11110010 | 1011011 | 11110 | 0 | 111110 | 101 | 1011001 | 1010101 | 1000001 |
Color Harmonies of #AAF25B
Complementary color
Monochromatic Colors of #AAF25B
Black with #AAF25B
Text Example
Text Example
White with #AAF25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF25B; }
p { color: rgb(170,242,91); }
H1.HeaderClassName
{
color: #AAF25B;
}
.AnyTagClassName
{
color: #AAF25B;
}
</style>
background-color css
<style>
a { background-color: #AAF25B; }
a { background-color: rgb(170,242,91); }
div.DivClassName
{
background-color: #AAF25B;
}
.BgClassName
{
background-color: #AAF25B;
}
</style>
border-color css
<style>
span { border-color: #AAF25B; }
span { border-color: rgb(170,242,91); }
td.TdClassName
{
border-color: #AAF25B;
}
.TagClassName
{
border-color: #AAF25B;
}
</style>