Shades of Conifer #A8EA69
Tints of Conifer #A8EA69
RGB
CMYK
RGB Variations
Color information
#A8EA69 (or 0xA8EA69) is known color: Conifer. HEX triplet: A8, EA and 69. RGB value is (168,234,105). Sum of RGB (Red+Green+Blue) = 168+234+105=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EA69 is #571596. Grayscale: #C8C8C8. Windows color (decimal): -5707159 or 6941352. OLE color: 6941352.
HSL color Cylindrical-coordinate representation of color #A8EA69: hue angle of 90.7º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8EA69 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 105 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.08 |
| HSL | 90.7º | 0.75% | 0.66% | - |
| HSV(B) | 90.7º | 0.55% | 0.92% | - |
| XYZ | 48.12 | 68.19 | 23.99 | - |
| YUV | 199.56 | 74.63 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 105 | 0.28 | 0 | 0.55 | 0.08 | 90.7 | 0.75 | 0.66 |
| Hex | A8 | EA | 69 | 1C | 0 | 37 | 8 | 5B | 4B | 42 |
| Octal | 250 | 352 | 151 | 34 | 0 | 67 | 10 | 133 | 113 | 102 |
| Binary | 10101000 | 11101010 | 1101001 | 11100 | 0 | 110111 | 1000 | 1011011 | 1001011 | 1000010 |
Color Harmonies of #A8EA69
Complementary color
Monochromatic Colors of #A8EA69
Black with #A8EA69
Text Example
Text Example
White with #A8EA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA69; }
p { color: rgb(168,234,105); }
H1.HeaderClassName
{
color: #A8EA69;
}
.AnyTagClassName
{
color: #A8EA69;
}
</style>
background-color css
<style>
a { background-color: #A8EA69; }
a { background-color: rgb(168,234,105); }
div.DivClassName
{
background-color: #A8EA69;
}
.BgClassName
{
background-color: #A8EA69;
}
</style>
border-color css
<style>
span { border-color: #A8EA69; }
span { border-color: rgb(168,234,105); }
td.TdClassName
{
border-color: #A8EA69;
}
.TagClassName
{
border-color: #A8EA69;
}
</style>