Shades of Conifer #A8E641
Tints of Conifer #A8E641
RGB
CMYK
RGB Variations
Color information
#A8E641 (or 0xA8E641) is known color: Conifer. HEX triplet: A8, E6 and 41. RGB value is (168,230,65). Sum of RGB (Red+Green+Blue) = 168+230+65=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 230 (90.23% from 255 or 49.68% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E641 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8E641 is #5719BE. Grayscale: #C1C1C1. Windows color (decimal): -5708223 or 4318888. OLE color: 4318888.
HSL color Cylindrical-coordinate representation of color #A8E641: hue angle of 82.55º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8E641 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 230 | 65 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.10 |
| HSL | 82.55º | 0.77% | 0.58% | - |
| HSV(B) | 82.55º | 0.72% | 0.9% | - |
| XYZ | 45.4 | 65.3 | 15.21 | - |
| YUV | 192.65 | 55.96 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 65 | 0.27 | 0 | 0.72 | 0.10 | 82.55 | 0.77 | 0.58 |
| Hex | A8 | E6 | 41 | 1B | 0 | 48 | A | 53 | 4D | 3A |
| Octal | 250 | 346 | 101 | 33 | 0 | 110 | 12 | 123 | 115 | 72 |
| Binary | 10101000 | 11100110 | 1000001 | 11011 | 0 | 1001000 | 1010 | 1010011 | 1001101 | 111010 |
Color Harmonies of #A8E641
Complementary color
Monochromatic Colors of #A8E641
Black with #A8E641
Text Example
Text Example
White with #A8E641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E641; }
p { color: rgb(168,230,65); }
H1.HeaderClassName
{
color: #A8E641;
}
.AnyTagClassName
{
color: #A8E641;
}
</style>
background-color css
<style>
a { background-color: #A8E641; }
a { background-color: rgb(168,230,65); }
div.DivClassName
{
background-color: #A8E641;
}
.BgClassName
{
background-color: #A8E641;
}
</style>
border-color css
<style>
span { border-color: #A8E641; }
span { border-color: rgb(168,230,65); }
td.TdClassName
{
border-color: #A8E641;
}
.TagClassName
{
border-color: #A8E641;
}
</style>