Shades of Conifer #AAF258
Tints of Conifer #AAF258
RGB
CMYK
RGB Variations
Color information
#AAF258 (or 0xAAF258) is known color: Conifer. HEX triplet: AA, F2 and 58. RGB value is (170,242,88). Sum of RGB (Red+Green+Blue) = 170+242+88=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 88 (34.77% from 255 or 17.6% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF258 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF258 is #550DA7. Grayscale: #CBCBCB. Windows color (decimal): -5574056 or 5829290. OLE color: 5829290.
HSL color Cylindrical-coordinate representation of color #AAF258: hue angle of 88.05º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAF258 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 88 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.05 |
| HSL | 88.05º | 0.86% | 0.65% | - |
| HSV(B) | 88.05º | 0.64% | 0.95% | - |
| XYZ | 50.09 | 72.75 | 20.64 | - |
| YUV | 202.92 | 63.15 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 88 | 0.30 | 0 | 0.64 | 0.05 | 88.05 | 0.86 | 0.65 |
| Hex | AA | F2 | 58 | 1E | 0 | 40 | 5 | 58 | 56 | 41 |
| Octal | 252 | 362 | 130 | 36 | 0 | 100 | 5 | 130 | 126 | 101 |
| Binary | 10101010 | 11110010 | 1011000 | 11110 | 0 | 1000000 | 101 | 1011000 | 1010110 | 1000001 |
Color Harmonies of #AAF258
Complementary color
Monochromatic Colors of #AAF258
Black with #AAF258
Text Example
Text Example
White with #AAF258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF258; }
p { color: rgb(170,242,88); }
H1.HeaderClassName
{
color: #AAF258;
}
.AnyTagClassName
{
color: #AAF258;
}
</style>
background-color css
<style>
a { background-color: #AAF258; }
a { background-color: rgb(170,242,88); }
div.DivClassName
{
background-color: #AAF258;
}
.BgClassName
{
background-color: #AAF258;
}
</style>
border-color css
<style>
span { border-color: #AAF258; }
span { border-color: rgb(170,242,88); }
td.TdClassName
{
border-color: #AAF258;
}
.TagClassName
{
border-color: #AAF258;
}
</style>