Shades of Conifer #A8EA68
Tints of Conifer #A8EA68
RGB
CMYK
RGB Variations
Color information
#A8EA68 (or 0xA8EA68) is known color: Conifer. HEX triplet: A8, EA and 68. RGB value is (168,234,104). Sum of RGB (Red+Green+Blue) = 168+234+104=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EA68 is #571597. Grayscale: #C7C7C7. Windows color (decimal): -5707160 or 6875816. OLE color: 6875816.
HSL color Cylindrical-coordinate representation of color #A8EA68: hue angle of 90.46º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8EA68 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 104 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.08 |
| HSL | 90.46º | 0.76% | 0.66% | - |
| HSV(B) | 90.46º | 0.56% | 0.92% | - |
| XYZ | 48.07 | 68.17 | 23.72 | - |
| YUV | 199.45 | 74.13 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 104 | 0.28 | 0 | 0.56 | 0.08 | 90.46 | 0.76 | 0.66 |
| Hex | A8 | EA | 68 | 1C | 0 | 38 | 8 | 5A | 4C | 42 |
| Octal | 250 | 352 | 150 | 34 | 0 | 70 | 10 | 132 | 114 | 102 |
| Binary | 10101000 | 11101010 | 1101000 | 11100 | 0 | 111000 | 1000 | 1011010 | 1001100 | 1000010 |
Color Harmonies of #A8EA68
Complementary color
Monochromatic Colors of #A8EA68
Black with #A8EA68
Text Example
Text Example
White with #A8EA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA68; }
p { color: rgb(168,234,104); }
H1.HeaderClassName
{
color: #A8EA68;
}
.AnyTagClassName
{
color: #A8EA68;
}
</style>
background-color css
<style>
a { background-color: #A8EA68; }
a { background-color: rgb(168,234,104); }
div.DivClassName
{
background-color: #A8EA68;
}
.BgClassName
{
background-color: #A8EA68;
}
</style>
border-color css
<style>
span { border-color: #A8EA68; }
span { border-color: rgb(168,234,104); }
td.TdClassName
{
border-color: #A8EA68;
}
.TagClassName
{
border-color: #A8EA68;
}
</style>