Shades of Conifer #A8FB68
Tints of Conifer #A8FB68
RGB
CMYK
RGB Variations
Color information
#A8FB68 (or 0xA8FB68) is known color: Conifer. HEX triplet: A8, FB and 68. RGB value is (168,251,104). Sum of RGB (Red+Green+Blue) = 168+251+104=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FB68 is #570497. Grayscale: #D1D1D1. Windows color (decimal): -5702808 or 6880168. OLE color: 6880168.
HSL color Cylindrical-coordinate representation of color #A8FB68: hue angle of 93.88º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8FB68 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 104 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.02 |
| HSL | 93.88º | 0.95% | 0.7% | - |
| HSV(B) | 93.88º | 0.59% | 0.98% | - |
| XYZ | 53.14 | 78.32 | 25.41 | - |
| YUV | 209.43 | 68.5 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 104 | 0.33 | 0 | 0.59 | 0.02 | 93.88 | 0.95 | 0.7 |
| Hex | A8 | FB | 68 | 21 | 0 | 3B | 2 | 5E | 5F | 46 |
| Octal | 250 | 373 | 150 | 41 | 0 | 73 | 2 | 136 | 137 | 106 |
| Binary | 10101000 | 11111011 | 1101000 | 100001 | 0 | 111011 | 10 | 1011110 | 1011111 | 1000110 |
Color Harmonies of #A8FB68
Complementary color
Monochromatic Colors of #A8FB68
Black with #A8FB68
Text Example
Text Example
White with #A8FB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FB68; }
p { color: rgb(168,251,104); }
H1.HeaderClassName
{
color: #A8FB68;
}
.AnyTagClassName
{
color: #A8FB68;
}
</style>
background-color css
<style>
a { background-color: #A8FB68; }
a { background-color: rgb(168,251,104); }
div.DivClassName
{
background-color: #A8FB68;
}
.BgClassName
{
background-color: #A8FB68;
}
</style>
border-color css
<style>
span { border-color: #A8FB68; }
span { border-color: rgb(168,251,104); }
td.TdClassName
{
border-color: #A8FB68;
}
.TagClassName
{
border-color: #A8FB68;
}
</style>