Shades of Conifer #A8EA41
Tints of Conifer #A8EA41
RGB
CMYK
RGB Variations
Color information
#A8EA41 (or 0xA8EA41) is known color: Conifer. HEX triplet: A8, EA and 41. RGB value is (168,234,65). Sum of RGB (Red+Green+Blue) = 168+234+65=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EA41 is #5715BE. Grayscale: #C3C3C3. Windows color (decimal): -5707199 or 4319912. OLE color: 4319912.
HSL color Cylindrical-coordinate representation of color #A8EA41: hue angle of 83.43º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8EA41 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 65 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.08 |
| HSL | 83.43º | 0.8% | 0.59% | - |
| HSV(B) | 83.43º | 0.72% | 0.92% | - |
| XYZ | 46.53 | 67.55 | 15.59 | - |
| YUV | 195 | 54.63 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 65 | 0.28 | 0 | 0.72 | 0.08 | 83.43 | 0.8 | 0.59 |
| Hex | A8 | EA | 41 | 1C | 0 | 48 | 8 | 53 | 50 | 3B |
| Octal | 250 | 352 | 101 | 34 | 0 | 110 | 10 | 123 | 120 | 73 |
| Binary | 10101000 | 11101010 | 1000001 | 11100 | 0 | 1001000 | 1000 | 1010011 | 1010000 | 111011 |
Color Harmonies of #A8EA41
Complementary color
Monochromatic Colors of #A8EA41
Black with #A8EA41
Text Example
Text Example
White with #A8EA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA41; }
p { color: rgb(168,234,65); }
H1.HeaderClassName
{
color: #A8EA41;
}
.AnyTagClassName
{
color: #A8EA41;
}
</style>
background-color css
<style>
a { background-color: #A8EA41; }
a { background-color: rgb(168,234,65); }
div.DivClassName
{
background-color: #A8EA41;
}
.BgClassName
{
background-color: #A8EA41;
}
</style>
border-color css
<style>
span { border-color: #A8EA41; }
span { border-color: rgb(168,234,65); }
td.TdClassName
{
border-color: #A8EA41;
}
.TagClassName
{
border-color: #A8EA41;
}
</style>