Shades of Conifer #A8E469
Tints of Conifer #A8E469
RGB
CMYK
RGB Variations
Color information
#A8E469 (or 0xA8E469) is known color: Conifer. HEX triplet: A8, E4 and 69. RGB value is (168,228,105). Sum of RGB (Red+Green+Blue) = 168+228+105=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 105 (41.41% from 255 or 20.96% from 501); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E469 is #571B96. Grayscale: #C4C4C4. Windows color (decimal): -5708695 or 6939816. OLE color: 6939816.
HSL color Cylindrical-coordinate representation of color #A8E469: hue angle of 89.27º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8E469 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 105 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.11 |
| HSL | 89.27º | 0.69% | 0.65% | - |
| HSV(B) | 89.27º | 0.54% | 0.89% | - |
| XYZ | 46.44 | 64.83 | 23.43 | - |
| YUV | 196.04 | 76.62 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 105 | 0.26 | 0 | 0.54 | 0.11 | 89.27 | 0.69 | 0.65 |
| Hex | A8 | E4 | 69 | 1A | 0 | 36 | B | 59 | 45 | 41 |
| Octal | 250 | 344 | 151 | 32 | 0 | 66 | 13 | 131 | 105 | 101 |
| Binary | 10101000 | 11100100 | 1101001 | 11010 | 0 | 110110 | 1011 | 1011001 | 1000101 | 1000001 |
Color Harmonies of #A8E469
Complementary color
Monochromatic Colors of #A8E469
Black with #A8E469
Text Example
Text Example
White with #A8E469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E469; }
p { color: rgb(168,228,105); }
H1.HeaderClassName
{
color: #A8E469;
}
.AnyTagClassName
{
color: #A8E469;
}
</style>
background-color css
<style>
a { background-color: #A8E469; }
a { background-color: rgb(168,228,105); }
div.DivClassName
{
background-color: #A8E469;
}
.BgClassName
{
background-color: #A8E469;
}
</style>
border-color css
<style>
span { border-color: #A8E469; }
span { border-color: rgb(168,228,105); }
td.TdClassName
{
border-color: #A8E469;
}
.TagClassName
{
border-color: #A8E469;
}
</style>