Shades of Conifer #A8E366
Tints of Conifer #A8E366
RGB
CMYK
RGB Variations
Color information
#A8E366 (or 0xA8E366) is known color: Conifer. HEX triplet: A8, E3 and 66. RGB value is (168,227,102). Sum of RGB (Red+Green+Blue) = 168+227+102=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E366 is #571C99. Grayscale: #C3C3C3. Windows color (decimal): -5708954 or 6742952. OLE color: 6742952.
HSL color Cylindrical-coordinate representation of color #A8E366: hue angle of 88.32º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8E366 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 102 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.11 |
| HSL | 88.32º | 0.69% | 0.65% | - |
| HSV(B) | 88.32º | 0.55% | 0.89% | - |
| XYZ | 46.02 | 64.22 | 22.54 | - |
| YUV | 195.11 | 75.45 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 102 | 0.26 | 0 | 0.55 | 0.11 | 88.32 | 0.69 | 0.65 |
| Hex | A8 | E3 | 66 | 1A | 0 | 37 | B | 58 | 45 | 41 |
| Octal | 250 | 343 | 146 | 32 | 0 | 67 | 13 | 130 | 105 | 101 |
| Binary | 10101000 | 11100011 | 1100110 | 11010 | 0 | 110111 | 1011 | 1011000 | 1000101 | 1000001 |
Color Harmonies of #A8E366
Complementary color
Monochromatic Colors of #A8E366
Black with #A8E366
Text Example
Text Example
White with #A8E366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E366; }
p { color: rgb(168,227,102); }
H1.HeaderClassName
{
color: #A8E366;
}
.AnyTagClassName
{
color: #A8E366;
}
</style>
background-color css
<style>
a { background-color: #A8E366; }
a { background-color: rgb(168,227,102); }
div.DivClassName
{
background-color: #A8E366;
}
.BgClassName
{
background-color: #A8E366;
}
</style>
border-color css
<style>
span { border-color: #A8E366; }
span { border-color: rgb(168,227,102); }
td.TdClassName
{
border-color: #A8E366;
}
.TagClassName
{
border-color: #A8E366;
}
</style>