Shades of Conifer #AAEB3F
Tints of Conifer #AAEB3F
RGB
CMYK
RGB Variations
Color information
#AAEB3F (or 0xAAEB3F) is known color: Conifer. HEX triplet: AA, EB and 3F. RGB value is (170,235,63). Sum of RGB (Red+Green+Blue) = 170+235+63=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEB3F is #5514C0. Grayscale: #C4C4C4. Windows color (decimal): -5575873 or 4189098. OLE color: 4189098.
HSL color Cylindrical-coordinate representation of color #AAEB3F: hue angle of 82.67º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAEB3F is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 63 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.08 |
| HSL | 82.67º | 0.81% | 0.58% | - |
| HSV(B) | 82.67º | 0.73% | 0.92% | - |
| XYZ | 47.18 | 68.32 | 15.4 | - |
| YUV | 195.96 | 52.97 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 63 | 0.28 | 0 | 0.73 | 0.08 | 82.67 | 0.81 | 0.58 |
| Hex | AA | EB | 3F | 1C | 0 | 49 | 8 | 53 | 51 | 3A |
| Octal | 252 | 353 | 77 | 34 | 0 | 111 | 10 | 123 | 121 | 72 |
| Binary | 10101010 | 11101011 | 111111 | 11100 | 0 | 1001001 | 1000 | 1010011 | 1010001 | 111010 |
Color Harmonies of #AAEB3F
Complementary color
Monochromatic Colors of #AAEB3F
Black with #AAEB3F
Text Example
Text Example
White with #AAEB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEB3F; }
p { color: rgb(170,235,63); }
H1.HeaderClassName
{
color: #AAEB3F;
}
.AnyTagClassName
{
color: #AAEB3F;
}
</style>
background-color css
<style>
a { background-color: #AAEB3F; }
a { background-color: rgb(170,235,63); }
div.DivClassName
{
background-color: #AAEB3F;
}
.BgClassName
{
background-color: #AAEB3F;
}
</style>
border-color css
<style>
span { border-color: #AAEB3F; }
span { border-color: rgb(170,235,63); }
td.TdClassName
{
border-color: #AAEB3F;
}
.TagClassName
{
border-color: #AAEB3F;
}
</style>