Shades of Conifer #A8FB66
Tints of Conifer #A8FB66
RGB
CMYK
RGB Variations
Color information
#A8FB66 (or 0xA8FB66) is known color: Conifer. HEX triplet: A8, FB and 66. RGB value is (168,251,102). Sum of RGB (Red+Green+Blue) = 168+251+102=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FB66 is #570499. Grayscale: #D1D1D1. Windows color (decimal): -5702810 or 6749096. OLE color: 6749096.
HSL color Cylindrical-coordinate representation of color #A8FB66: hue angle of 93.42º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8FB66 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 102 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.02 |
| HSL | 93.42º | 0.95% | 0.69% | - |
| HSV(B) | 93.42º | 0.59% | 0.98% | - |
| XYZ | 53.04 | 78.28 | 24.88 | - |
| YUV | 209.2 | 67.5 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 102 | 0.33 | 0 | 0.59 | 0.02 | 93.42 | 0.95 | 0.69 |
| Hex | A8 | FB | 66 | 21 | 0 | 3B | 2 | 5D | 5F | 45 |
| Octal | 250 | 373 | 146 | 41 | 0 | 73 | 2 | 135 | 137 | 105 |
| Binary | 10101000 | 11111011 | 1100110 | 100001 | 0 | 111011 | 10 | 1011101 | 1011111 | 1000101 |
Color Harmonies of #A8FB66
Complementary color
Monochromatic Colors of #A8FB66
Black with #A8FB66
Text Example
Text Example
White with #A8FB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FB66; }
p { color: rgb(168,251,102); }
H1.HeaderClassName
{
color: #A8FB66;
}
.AnyTagClassName
{
color: #A8FB66;
}
</style>
background-color css
<style>
a { background-color: #A8FB66; }
a { background-color: rgb(168,251,102); }
div.DivClassName
{
background-color: #A8FB66;
}
.BgClassName
{
background-color: #A8FB66;
}
</style>
border-color css
<style>
span { border-color: #A8FB66; }
span { border-color: rgb(168,251,102); }
td.TdClassName
{
border-color: #A8FB66;
}
.TagClassName
{
border-color: #A8FB66;
}
</style>