Shades of Conifer #A8EA48
Tints of Conifer #A8EA48
RGB
CMYK
RGB Variations
Color information
#A8EA48 (or 0xA8EA48) is known color: Conifer. HEX triplet: A8, EA and 48. RGB value is (168,234,72). Sum of RGB (Red+Green+Blue) = 168+234+72=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EA48 is #5715B7. Grayscale: #C4C4C4. Windows color (decimal): -5707192 or 4778664. OLE color: 4778664.
HSL color Cylindrical-coordinate representation of color #A8EA48: hue angle of 84.44º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8EA48 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 72 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.08 |
| HSL | 84.44º | 0.79% | 0.6% | - |
| HSV(B) | 84.44º | 0.69% | 0.92% | - |
| XYZ | 46.74 | 67.64 | 16.72 | - |
| YUV | 195.8 | 58.13 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 72 | 0.28 | 0 | 0.69 | 0.08 | 84.44 | 0.79 | 0.6 |
| Hex | A8 | EA | 48 | 1C | 0 | 45 | 8 | 54 | 4F | 3C |
| Octal | 250 | 352 | 110 | 34 | 0 | 105 | 10 | 124 | 117 | 74 |
| Binary | 10101000 | 11101010 | 1001000 | 11100 | 0 | 1000101 | 1000 | 1010100 | 1001111 | 111100 |
Color Harmonies of #A8EA48
Complementary color
Monochromatic Colors of #A8EA48
Black with #A8EA48
Text Example
Text Example
White with #A8EA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA48; }
p { color: rgb(168,234,72); }
H1.HeaderClassName
{
color: #A8EA48;
}
.AnyTagClassName
{
color: #A8EA48;
}
</style>
background-color css
<style>
a { background-color: #A8EA48; }
a { background-color: rgb(168,234,72); }
div.DivClassName
{
background-color: #A8EA48;
}
.BgClassName
{
background-color: #A8EA48;
}
</style>
border-color css
<style>
span { border-color: #A8EA48; }
span { border-color: rgb(168,234,72); }
td.TdClassName
{
border-color: #A8EA48;
}
.TagClassName
{
border-color: #A8EA48;
}
</style>