Shades of Conifer #A8FF5E
Tints of Conifer #A8FF5E
RGB
CMYK
RGB Variations
Color information
#A8FF5E (or 0xA8FF5E) is known color: Conifer. HEX triplet: A8, FF and 5E. RGB value is (168,255,94). Sum of RGB (Red+Green+Blue) = 168+255+94=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FF5E is #5700A1. Grayscale: #D3D3D3. Windows color (decimal): -5701794 or 6225832. OLE color: 6225832.
HSL color Cylindrical-coordinate representation of color #A8FF5E: hue angle of 92.42º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8FF5E is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 94 | - |
| CMYK | 0.34 | 0 | 0.63 | 0 |
| HSL | 92.42º | 1% | 0.68% | - |
| HSV(B) | 92.42º | 0.63% | 1% | - |
| XYZ | 53.93 | 80.65 | 23.31 | - |
| YUV | 210.63 | 62.18 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 94 | 0.34 | 0 | 0.63 | 0 | 92.42 | 1 | 0.68 |
| Hex | A8 | FF | 5E | 22 | 0 | 3F | 0 | 5C | 64 | 44 |
| Octal | 250 | 377 | 136 | 42 | 0 | 77 | 0 | 134 | 144 | 104 |
| Binary | 10101000 | 11111111 | 1011110 | 100010 | 0 | 111111 | 0 | 1011100 | 1100100 | 1000100 |
Color Harmonies of #A8FF5E
Complementary color
Monochromatic Colors of #A8FF5E
Black with #A8FF5E
Text Example
Text Example
White with #A8FF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF5E; }
p { color: rgb(168,255,94); }
H1.HeaderClassName
{
color: #A8FF5E;
}
.AnyTagClassName
{
color: #A8FF5E;
}
</style>
background-color css
<style>
a { background-color: #A8FF5E; }
a { background-color: rgb(168,255,94); }
div.DivClassName
{
background-color: #A8FF5E;
}
.BgClassName
{
background-color: #A8FF5E;
}
</style>
border-color css
<style>
span { border-color: #A8FF5E; }
span { border-color: rgb(168,255,94); }
td.TdClassName
{
border-color: #A8FF5E;
}
.TagClassName
{
border-color: #A8FF5E;
}
</style>