Shades of Conifer #A8F658
Tints of Conifer #A8F658
RGB
CMYK
RGB Variations
Color information
#A8F658 (or 0xA8F658) is known color: Conifer. HEX triplet: A8, F6 and 58. RGB value is (168,246,88). Sum of RGB (Red+Green+Blue) = 168+246+88=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F658 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F658 is #5709A7. Grayscale: #CDCDCD. Windows color (decimal): -5704104 or 5830312. OLE color: 5830312.
HSL color Cylindrical-coordinate representation of color #A8F658: hue angle of 89.62º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8F658 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 88 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.04 |
| HSL | 89.62º | 0.9% | 0.65% | - |
| HSV(B) | 89.62º | 0.64% | 0.96% | - |
| XYZ | 50.87 | 74.94 | 21.02 | - |
| YUV | 204.67 | 62.16 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 88 | 0.32 | 0 | 0.64 | 0.04 | 89.62 | 0.9 | 0.65 |
| Hex | A8 | F6 | 58 | 20 | 0 | 40 | 4 | 5A | 5A | 41 |
| Octal | 250 | 366 | 130 | 40 | 0 | 100 | 4 | 132 | 132 | 101 |
| Binary | 10101000 | 11110110 | 1011000 | 100000 | 0 | 1000000 | 100 | 1011010 | 1011010 | 1000001 |
Color Harmonies of #A8F658
Complementary color
Monochromatic Colors of #A8F658
Black with #A8F658
Text Example
Text Example
White with #A8F658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F658; }
p { color: rgb(168,246,88); }
H1.HeaderClassName
{
color: #A8F658;
}
.AnyTagClassName
{
color: #A8F658;
}
</style>
background-color css
<style>
a { background-color: #A8F658; }
a { background-color: rgb(168,246,88); }
div.DivClassName
{
background-color: #A8F658;
}
.BgClassName
{
background-color: #A8F658;
}
</style>
border-color css
<style>
span { border-color: #A8F658; }
span { border-color: rgb(168,246,88); }
td.TdClassName
{
border-color: #A8F658;
}
.TagClassName
{
border-color: #A8F658;
}
</style>