Shades of Conifer #A8F75E
Tints of Conifer #A8F75E
RGB
CMYK
RGB Variations
Color information
#A8F75E (or 0xA8F75E) is known color: Conifer. HEX triplet: A8, F7 and 5E. RGB value is (168,247,94). Sum of RGB (Red+Green+Blue) = 168+247+94=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F75E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F75E is #5708A1. Grayscale: #CECECE. Windows color (decimal): -5703842 or 6223784. OLE color: 6223784.
HSL color Cylindrical-coordinate representation of color #A8F75E: hue angle of 90.98º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8F75E is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 247 | 94 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.03 |
| HSL | 90.98º | 0.91% | 0.67% | - |
| HSV(B) | 90.98º | 0.62% | 0.97% | - |
| XYZ | 51.43 | 75.65 | 22.48 | - |
| YUV | 205.94 | 64.83 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 247 | 94 | 0.32 | 0 | 0.62 | 0.03 | 90.98 | 0.91 | 0.67 |
| Hex | A8 | F7 | 5E | 20 | 0 | 3E | 3 | 5B | 5B | 43 |
| Octal | 250 | 367 | 136 | 40 | 0 | 76 | 3 | 133 | 133 | 103 |
| Binary | 10101000 | 11110111 | 1011110 | 100000 | 0 | 111110 | 11 | 1011011 | 1011011 | 1000011 |
Color Harmonies of #A8F75E
Complementary color
Monochromatic Colors of #A8F75E
Black with #A8F75E
Text Example
Text Example
White with #A8F75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F75E; }
p { color: rgb(168,247,94); }
H1.HeaderClassName
{
color: #A8F75E;
}
.AnyTagClassName
{
color: #A8F75E;
}
</style>
background-color css
<style>
a { background-color: #A8F75E; }
a { background-color: rgb(168,247,94); }
div.DivClassName
{
background-color: #A8F75E;
}
.BgClassName
{
background-color: #A8F75E;
}
</style>
border-color css
<style>
span { border-color: #A8F75E; }
span { border-color: rgb(168,247,94); }
td.TdClassName
{
border-color: #A8F75E;
}
.TagClassName
{
border-color: #A8F75E;
}
</style>