Shades of Conifer #AAF95D
Tints of Conifer #AAF95D
RGB
CMYK
RGB Variations
Color information
#AAF95D (or 0xAAF95D) is known color: Conifer. HEX triplet: AA, F9 and 5D. RGB value is (170,249,93). Sum of RGB (Red+Green+Blue) = 170+249+93=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF95D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF95D is #5506A2. Grayscale: #D0D0D0. Windows color (decimal): -5572259 or 6158762. OLE color: 6158762.
HSL color Cylindrical-coordinate representation of color #AAF95D: hue angle of 90.38º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAF95D is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 93 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.02 |
| HSL | 90.38º | 0.93% | 0.67% | - |
| HSV(B) | 90.38º | 0.63% | 0.98% | - |
| XYZ | 52.43 | 77.09 | 22.47 | - |
| YUV | 207.6 | 63.33 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 93 | 0.32 | 0 | 0.63 | 0.02 | 90.38 | 0.93 | 0.67 |
| Hex | AA | F9 | 5D | 20 | 0 | 3F | 2 | 5A | 5D | 43 |
| Octal | 252 | 371 | 135 | 40 | 0 | 77 | 2 | 132 | 135 | 103 |
| Binary | 10101010 | 11111001 | 1011101 | 100000 | 0 | 111111 | 10 | 1011010 | 1011101 | 1000011 |
Color Harmonies of #AAF95D
Complementary color
Monochromatic Colors of #AAF95D
Black with #AAF95D
Text Example
Text Example
White with #AAF95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF95D; }
p { color: rgb(170,249,93); }
H1.HeaderClassName
{
color: #AAF95D;
}
.AnyTagClassName
{
color: #AAF95D;
}
</style>
background-color css
<style>
a { background-color: #AAF95D; }
a { background-color: rgb(170,249,93); }
div.DivClassName
{
background-color: #AAF95D;
}
.BgClassName
{
background-color: #AAF95D;
}
</style>
border-color css
<style>
span { border-color: #AAF95D; }
span { border-color: rgb(170,249,93); }
td.TdClassName
{
border-color: #AAF95D;
}
.TagClassName
{
border-color: #AAF95D;
}
</style>