Shades of Conifer #AAF65D
Tints of Conifer #AAF65D
RGB
CMYK
RGB Variations
Color information
#AAF65D (or 0xAAF65D) is known color: Conifer. HEX triplet: AA, F6 and 5D. RGB value is (170,246,93). Sum of RGB (Red+Green+Blue) = 170+246+93=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF65D is #5509A2. Grayscale: #CECECE. Windows color (decimal): -5573027 or 6157994. OLE color: 6157994.
HSL color Cylindrical-coordinate representation of color #AAF65D: hue angle of 89.8º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAF65D is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 93 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.04 |
| HSL | 89.8º | 0.89% | 0.66% | - |
| HSV(B) | 89.8º | 0.62% | 0.96% | - |
| XYZ | 51.51 | 75.25 | 22.17 | - |
| YUV | 205.83 | 64.32 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 93 | 0.31 | 0 | 0.62 | 0.04 | 89.8 | 0.89 | 0.66 |
| Hex | AA | F6 | 5D | 1F | 0 | 3E | 4 | 5A | 59 | 42 |
| Octal | 252 | 366 | 135 | 37 | 0 | 76 | 4 | 132 | 131 | 102 |
| Binary | 10101010 | 11110110 | 1011101 | 11111 | 0 | 111110 | 100 | 1011010 | 1011001 | 1000010 |
Color Harmonies of #AAF65D
Complementary color
Monochromatic Colors of #AAF65D
Black with #AAF65D
Text Example
Text Example
White with #AAF65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF65D; }
p { color: rgb(170,246,93); }
H1.HeaderClassName
{
color: #AAF65D;
}
.AnyTagClassName
{
color: #AAF65D;
}
</style>
background-color css
<style>
a { background-color: #AAF65D; }
a { background-color: rgb(170,246,93); }
div.DivClassName
{
background-color: #AAF65D;
}
.BgClassName
{
background-color: #AAF65D;
}
</style>
border-color css
<style>
span { border-color: #AAF65D; }
span { border-color: rgb(170,246,93); }
td.TdClassName
{
border-color: #AAF65D;
}
.TagClassName
{
border-color: #AAF65D;
}
</style>