Shades of Conifer #A8E768
Tints of Conifer #A8E768
RGB
CMYK
RGB Variations
Color information
#A8E768 (or 0xA8E768) is known color: Conifer. HEX triplet: A8, E7 and 68. RGB value is (168,231,104). Sum of RGB (Red+Green+Blue) = 168+231+104=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E768 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E768 is #571897. Grayscale: #C6C6C6. Windows color (decimal): -5707928 or 6875048. OLE color: 6875048.
HSL color Cylindrical-coordinate representation of color #A8E768: hue angle of 89.76º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8E768 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 231 | 104 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.09 |
| HSL | 89.76º | 0.73% | 0.66% | - |
| HSV(B) | 89.76º | 0.55% | 0.91% | - |
| XYZ | 47.22 | 66.48 | 23.44 | - |
| YUV | 197.69 | 75.13 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 231 | 104 | 0.27 | 0 | 0.55 | 0.09 | 89.76 | 0.73 | 0.66 |
| Hex | A8 | E7 | 68 | 1B | 0 | 37 | 9 | 5A | 49 | 42 |
| Octal | 250 | 347 | 150 | 33 | 0 | 67 | 11 | 132 | 111 | 102 |
| Binary | 10101000 | 11100111 | 1101000 | 11011 | 0 | 110111 | 1001 | 1011010 | 1001001 | 1000010 |
Color Harmonies of #A8E768
Complementary color
Monochromatic Colors of #A8E768
Black with #A8E768
Text Example
Text Example
White with #A8E768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E768; }
p { color: rgb(168,231,104); }
H1.HeaderClassName
{
color: #A8E768;
}
.AnyTagClassName
{
color: #A8E768;
}
</style>
background-color css
<style>
a { background-color: #A8E768; }
a { background-color: rgb(168,231,104); }
div.DivClassName
{
background-color: #A8E768;
}
.BgClassName
{
background-color: #A8E768;
}
</style>
border-color css
<style>
span { border-color: #A8E768; }
span { border-color: rgb(168,231,104); }
td.TdClassName
{
border-color: #A8E768;
}
.TagClassName
{
border-color: #A8E768;
}
</style>