Shades of Conifer #AAFF62
Tints of Conifer #AAFF62
RGB
CMYK
RGB Variations
Color information
#AAFF62 (or 0xAAFF62) is known color: Conifer. HEX triplet: AA, FF and 62. RGB value is (170,255,98). Sum of RGB (Red+Green+Blue) = 170+255+98=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF62 is #55009D. Grayscale: #D4D4D4. Windows color (decimal): -5570718 or 6487978. OLE color: 6487978.
HSL color Cylindrical-coordinate representation of color #AAFF62: hue angle of 92.48º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAFF62 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 98 | - |
| CMYK | 0.33 | 0 | 0.62 | 0 |
| HSL | 92.48º | 1% | 0.69% | - |
| HSV(B) | 92.48º | 0.62% | 1% | - |
| XYZ | 54.54 | 80.95 | 24.31 | - |
| YUV | 211.69 | 63.84 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 98 | 0.33 | 0 | 0.62 | 0 | 92.48 | 1 | 0.69 |
| Hex | AA | FF | 62 | 21 | 0 | 3E | 0 | 5C | 64 | 45 |
| Octal | 252 | 377 | 142 | 41 | 0 | 76 | 0 | 134 | 144 | 105 |
| Binary | 10101010 | 11111111 | 1100010 | 100001 | 0 | 111110 | 0 | 1011100 | 1100100 | 1000101 |
Color Harmonies of #AAFF62
Complementary color
Monochromatic Colors of #AAFF62
Black with #AAFF62
Text Example
Text Example
White with #AAFF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF62; }
p { color: rgb(170,255,98); }
H1.HeaderClassName
{
color: #AAFF62;
}
.AnyTagClassName
{
color: #AAFF62;
}
</style>
background-color css
<style>
a { background-color: #AAFF62; }
a { background-color: rgb(170,255,98); }
div.DivClassName
{
background-color: #AAFF62;
}
.BgClassName
{
background-color: #AAFF62;
}
</style>
border-color css
<style>
span { border-color: #AAFF62; }
span { border-color: rgb(170,255,98); }
td.TdClassName
{
border-color: #AAFF62;
}
.TagClassName
{
border-color: #AAFF62;
}
</style>