Shades of Conifer #AAF25C
Tints of Conifer #AAF25C
RGB
CMYK
RGB Variations
Color information
#AAF25C (or 0xAAF25C) is known color: Conifer. HEX triplet: AA, F2 and 5C. RGB value is (170,242,92). Sum of RGB (Red+Green+Blue) = 170+242+92=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF25C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF25C is #550DA3. Grayscale: #CBCBCB. Windows color (decimal): -5574052 or 6091434. OLE color: 6091434.
HSL color Cylindrical-coordinate representation of color #AAF25C: hue angle of 88.8º 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 #AAF25C is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 92 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.05 |
| HSL | 88.8º | 0.85% | 0.65% | - |
| HSV(B) | 88.8º | 0.62% | 0.95% | - |
| XYZ | 50.26 | 72.82 | 21.53 | - |
| YUV | 203.37 | 65.15 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 92 | 0.30 | 0 | 0.62 | 0.05 | 88.8 | 0.85 | 0.65 |
| Hex | AA | F2 | 5C | 1E | 0 | 3E | 5 | 59 | 55 | 41 |
| Octal | 252 | 362 | 134 | 36 | 0 | 76 | 5 | 131 | 125 | 101 |
| Binary | 10101010 | 11110010 | 1011100 | 11110 | 0 | 111110 | 101 | 1011001 | 1010101 | 1000001 |
Color Harmonies of #AAF25C
Complementary color
Monochromatic Colors of #AAF25C
Black with #AAF25C
Text Example
Text Example
White with #AAF25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF25C; }
p { color: rgb(170,242,92); }
H1.HeaderClassName
{
color: #AAF25C;
}
.AnyTagClassName
{
color: #AAF25C;
}
</style>
background-color css
<style>
a { background-color: #AAF25C; }
a { background-color: rgb(170,242,92); }
div.DivClassName
{
background-color: #AAF25C;
}
.BgClassName
{
background-color: #AAF25C;
}
</style>
border-color css
<style>
span { border-color: #AAF25C; }
span { border-color: rgb(170,242,92); }
td.TdClassName
{
border-color: #AAF25C;
}
.TagClassName
{
border-color: #AAF25C;
}
</style>