Shades of Conifer #A8E640
Tints of Conifer #A8E640
RGB
CMYK
RGB Variations
Color information
#A8E640 (or 0xA8E640) is known color: Conifer. HEX triplet: A8, E6 and 40. RGB value is (168,230,64). Sum of RGB (Red+Green+Blue) = 168+230+64=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 230 (90.23% from 255 or 49.78% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E640 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8E640 is #5719BF. Grayscale: #C1C1C1. Windows color (decimal): -5708224 or 4253352. OLE color: 4253352.
HSL color Cylindrical-coordinate representation of color #A8E640: hue angle of 82.41º 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 #A8E640 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 230 | 64 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.10 |
| HSL | 82.41º | 0.77% | 0.58% | - |
| HSV(B) | 82.41º | 0.72% | 0.9% | - |
| XYZ | 45.37 | 65.29 | 15.06 | - |
| YUV | 192.54 | 55.46 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 64 | 0.27 | 0 | 0.72 | 0.10 | 82.41 | 0.77 | 0.58 |
| Hex | A8 | E6 | 40 | 1B | 0 | 48 | A | 52 | 4D | 3A |
| Octal | 250 | 346 | 100 | 33 | 0 | 110 | 12 | 122 | 115 | 72 |
| Binary | 10101000 | 11100110 | 1000000 | 11011 | 0 | 1001000 | 1010 | 1010010 | 1001101 | 111010 |
Color Harmonies of #A8E640
Complementary color
Monochromatic Colors of #A8E640
Black with #A8E640
Text Example
Text Example
White with #A8E640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E640; }
p { color: rgb(168,230,64); }
H1.HeaderClassName
{
color: #A8E640;
}
.AnyTagClassName
{
color: #A8E640;
}
</style>
background-color css
<style>
a { background-color: #A8E640; }
a { background-color: rgb(168,230,64); }
div.DivClassName
{
background-color: #A8E640;
}
.BgClassName
{
background-color: #A8E640;
}
</style>
border-color css
<style>
span { border-color: #A8E640; }
span { border-color: rgb(168,230,64); }
td.TdClassName
{
border-color: #A8E640;
}
.TagClassName
{
border-color: #A8E640;
}
</style>