Shades of Conifer #A8EF4E
Tints of Conifer #A8EF4E
RGB
CMYK
RGB Variations
Color information
#A8EF4E (or 0xA8EF4E) is known color: Conifer. HEX triplet: A8, EF and 4E. RGB value is (168,239,78). Sum of RGB (Red+Green+Blue) = 168+239+78=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EF4E is #5710B1. Grayscale: #C7C7C7. Windows color (decimal): -5705906 or 5173160. OLE color: 5173160.
HSL color Cylindrical-coordinate representation of color #A8EF4E: hue angle of 86.46º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8EF4E is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 78 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.06 |
| HSL | 86.46º | 0.83% | 0.62% | - |
| HSV(B) | 86.46º | 0.67% | 0.94% | - |
| XYZ | 48.39 | 70.61 | 18.29 | - |
| YUV | 199.42 | 59.48 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 78 | 0.30 | 0 | 0.67 | 0.06 | 86.46 | 0.83 | 0.62 |
| Hex | A8 | EF | 4E | 1E | 0 | 43 | 6 | 56 | 53 | 3E |
| Octal | 250 | 357 | 116 | 36 | 0 | 103 | 6 | 126 | 123 | 76 |
| Binary | 10101000 | 11101111 | 1001110 | 11110 | 0 | 1000011 | 110 | 1010110 | 1010011 | 111110 |
Color Harmonies of #A8EF4E
Complementary color
Monochromatic Colors of #A8EF4E
Black with #A8EF4E
Text Example
Text Example
White with #A8EF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF4E; }
p { color: rgb(168,239,78); }
H1.HeaderClassName
{
color: #A8EF4E;
}
.AnyTagClassName
{
color: #A8EF4E;
}
</style>
background-color css
<style>
a { background-color: #A8EF4E; }
a { background-color: rgb(168,239,78); }
div.DivClassName
{
background-color: #A8EF4E;
}
.BgClassName
{
background-color: #A8EF4E;
}
</style>
border-color css
<style>
span { border-color: #A8EF4E; }
span { border-color: rgb(168,239,78); }
td.TdClassName
{
border-color: #A8EF4E;
}
.TagClassName
{
border-color: #A8EF4E;
}
</style>