Shades of Conifer #A8E340
Tints of Conifer #A8E340
RGB
CMYK
RGB Variations
Color information
#A8E340 (or 0xA8E340) is known color: Conifer. HEX triplet: A8, E3 and 40. RGB value is (168,227,64). Sum of RGB (Red+Green+Blue) = 168+227+64=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 227 (89.06% from 255 or 49.46% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E340 is #571CBF. Grayscale: #BFBFBF. Windows color (decimal): -5708992 or 4252584. OLE color: 4252584.
HSL color Cylindrical-coordinate representation of color #A8E340: hue angle of 81.72º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8E340 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 64 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.11 |
| HSL | 81.72º | 0.74% | 0.57% | - |
| HSV(B) | 81.72º | 0.72% | 0.89% | - |
| XYZ | 44.54 | 63.63 | 14.79 | - |
| YUV | 190.78 | 56.45 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 64 | 0.26 | 0 | 0.72 | 0.11 | 81.72 | 0.74 | 0.57 |
| Hex | A8 | E3 | 40 | 1A | 0 | 48 | B | 52 | 4A | 39 |
| Octal | 250 | 343 | 100 | 32 | 0 | 110 | 13 | 122 | 112 | 71 |
| Binary | 10101000 | 11100011 | 1000000 | 11010 | 0 | 1001000 | 1011 | 1010010 | 1001010 | 111001 |
Color Harmonies of #A8E340
Complementary color
Monochromatic Colors of #A8E340
Black with #A8E340
Text Example
Text Example
White with #A8E340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E340; }
p { color: rgb(168,227,64); }
H1.HeaderClassName
{
color: #A8E340;
}
.AnyTagClassName
{
color: #A8E340;
}
</style>
background-color css
<style>
a { background-color: #A8E340; }
a { background-color: rgb(168,227,64); }
div.DivClassName
{
background-color: #A8E340;
}
.BgClassName
{
background-color: #A8E340;
}
</style>
border-color css
<style>
span { border-color: #A8E340; }
span { border-color: rgb(168,227,64); }
td.TdClassName
{
border-color: #A8E340;
}
.TagClassName
{
border-color: #A8E340;
}
</style>