Shades of Conifer #A8E668
Tints of Conifer #A8E668
RGB
CMYK
RGB Variations
Color information
#A8E668 (or 0xA8E668) is known color: Conifer. HEX triplet: A8, E6 and 68. RGB value is (168,230,104). Sum of RGB (Red+Green+Blue) = 168+230+104=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E668 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E668 is #571997. Grayscale: #C5C5C5. Windows color (decimal): -5708184 or 6874792. OLE color: 6874792.
HSL color Cylindrical-coordinate representation of color #A8E668: hue angle of 89.52º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8E668 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 230 | 104 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.10 |
| HSL | 89.52º | 0.72% | 0.65% | - |
| HSV(B) | 89.52º | 0.55% | 0.9% | - |
| XYZ | 46.94 | 65.92 | 23.35 | - |
| YUV | 197.1 | 75.46 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 104 | 0.27 | 0 | 0.55 | 0.10 | 89.52 | 0.72 | 0.65 |
| Hex | A8 | E6 | 68 | 1B | 0 | 37 | A | 5A | 48 | 41 |
| Octal | 250 | 346 | 150 | 33 | 0 | 67 | 12 | 132 | 110 | 101 |
| Binary | 10101000 | 11100110 | 1101000 | 11011 | 0 | 110111 | 1010 | 1011010 | 1001000 | 1000001 |
Color Harmonies of #A8E668
Complementary color
Monochromatic Colors of #A8E668
Black with #A8E668
Text Example
Text Example
White with #A8E668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E668; }
p { color: rgb(168,230,104); }
H1.HeaderClassName
{
color: #A8E668;
}
.AnyTagClassName
{
color: #A8E668;
}
</style>
background-color css
<style>
a { background-color: #A8E668; }
a { background-color: rgb(168,230,104); }
div.DivClassName
{
background-color: #A8E668;
}
.BgClassName
{
background-color: #A8E668;
}
</style>
border-color css
<style>
span { border-color: #A8E668; }
span { border-color: rgb(168,230,104); }
td.TdClassName
{
border-color: #A8E668;
}
.TagClassName
{
border-color: #A8E668;
}
</style>