Shades of Conifer #A8E666
Tints of Conifer #A8E666
RGB
CMYK
RGB Variations
Color information
#A8E666 (or 0xA8E666) is known color: Conifer. HEX triplet: A8, E6 and 66. RGB value is (168,230,102). Sum of RGB (Red+Green+Blue) = 168+230+102=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 230 (90.23% from 255 or 46% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E666 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E666 is #571999. Grayscale: #C5C5C5. Windows color (decimal): -5708186 or 6743720. OLE color: 6743720.
HSL color Cylindrical-coordinate representation of color #A8E666: hue angle of 89.06º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8E666 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 230 | 102 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.10 |
| HSL | 89.06º | 0.72% | 0.65% | - |
| HSV(B) | 89.06º | 0.56% | 0.9% | - |
| XYZ | 46.84 | 65.88 | 22.82 | - |
| YUV | 196.87 | 74.46 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 102 | 0.27 | 0 | 0.56 | 0.10 | 89.06 | 0.72 | 0.65 |
| Hex | A8 | E6 | 66 | 1B | 0 | 38 | A | 59 | 48 | 41 |
| Octal | 250 | 346 | 146 | 33 | 0 | 70 | 12 | 131 | 110 | 101 |
| Binary | 10101000 | 11100110 | 1100110 | 11011 | 0 | 111000 | 1010 | 1011001 | 1001000 | 1000001 |
Color Harmonies of #A8E666
Complementary color
Monochromatic Colors of #A8E666
Black with #A8E666
Text Example
Text Example
White with #A8E666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E666; }
p { color: rgb(168,230,102); }
H1.HeaderClassName
{
color: #A8E666;
}
.AnyTagClassName
{
color: #A8E666;
}
</style>
background-color css
<style>
a { background-color: #A8E666; }
a { background-color: rgb(168,230,102); }
div.DivClassName
{
background-color: #A8E666;
}
.BgClassName
{
background-color: #A8E666;
}
</style>
border-color css
<style>
span { border-color: #A8E666; }
span { border-color: rgb(168,230,102); }
td.TdClassName
{
border-color: #A8E666;
}
.TagClassName
{
border-color: #A8E666;
}
</style>