Shades of Conifer #A8EA53
Tints of Conifer #A8EA53
RGB
CMYK
RGB Variations
Color information
#A8EA53 (or 0xA8EA53) is known color: Conifer. HEX triplet: A8, EA and 53. RGB value is (168,234,83). Sum of RGB (Red+Green+Blue) = 168+234+83=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EA53 is #5715AC. Grayscale: #C5C5C5. Windows color (decimal): -5707181 or 5499560. OLE color: 5499560.
HSL color Cylindrical-coordinate representation of color #A8EA53: hue angle of 86.23º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8EA53 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 83 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.08 |
| HSL | 86.23º | 0.78% | 0.62% | - |
| HSV(B) | 86.23º | 0.65% | 0.92% | - |
| XYZ | 47.13 | 67.8 | 18.79 | - |
| YUV | 197.05 | 63.63 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 83 | 0.28 | 0 | 0.65 | 0.08 | 86.23 | 0.78 | 0.62 |
| Hex | A8 | EA | 53 | 1C | 0 | 41 | 8 | 56 | 4E | 3E |
| Octal | 250 | 352 | 123 | 34 | 0 | 101 | 10 | 126 | 116 | 76 |
| Binary | 10101000 | 11101010 | 1010011 | 11100 | 0 | 1000001 | 1000 | 1010110 | 1001110 | 111110 |
Color Harmonies of #A8EA53
Complementary color
Monochromatic Colors of #A8EA53
Black with #A8EA53
Text Example
Text Example
White with #A8EA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA53; }
p { color: rgb(168,234,83); }
H1.HeaderClassName
{
color: #A8EA53;
}
.AnyTagClassName
{
color: #A8EA53;
}
</style>
background-color css
<style>
a { background-color: #A8EA53; }
a { background-color: rgb(168,234,83); }
div.DivClassName
{
background-color: #A8EA53;
}
.BgClassName
{
background-color: #A8EA53;
}
</style>
border-color css
<style>
span { border-color: #A8EA53; }
span { border-color: rgb(168,234,83); }
td.TdClassName
{
border-color: #A8EA53;
}
.TagClassName
{
border-color: #A8EA53;
}
</style>