Shades of Conifer #A8FB69
Tints of Conifer #A8FB69
RGB
CMYK
RGB Variations
Color information
#A8FB69 (or 0xA8FB69) is known color: Conifer. HEX triplet: A8, FB and 69. RGB value is (168,251,105). Sum of RGB (Red+Green+Blue) = 168+251+105=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 251 (98.44% from 255 or 47.90% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FB69 is #570496. Grayscale: #D2D2D2. Windows color (decimal): -5702807 or 6945704. OLE color: 6945704.
HSL color Cylindrical-coordinate representation of color #A8FB69: hue angle of 94.11º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8FB69 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 105 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.02 |
| HSL | 94.11º | 0.95% | 0.7% | - |
| HSV(B) | 94.11º | 0.58% | 0.98% | - |
| XYZ | 53.2 | 78.34 | 25.68 | - |
| YUV | 209.54 | 69 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 105 | 0.33 | 0 | 0.58 | 0.02 | 94.11 | 0.95 | 0.7 |
| Hex | A8 | FB | 69 | 21 | 0 | 3A | 2 | 5E | 5F | 46 |
| Octal | 250 | 373 | 151 | 41 | 0 | 72 | 2 | 136 | 137 | 106 |
| Binary | 10101000 | 11111011 | 1101001 | 100001 | 0 | 111010 | 10 | 1011110 | 1011111 | 1000110 |
Color Harmonies of #A8FB69
Complementary color
Monochromatic Colors of #A8FB69
Black with #A8FB69
Text Example
Text Example
White with #A8FB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FB69; }
p { color: rgb(168,251,105); }
H1.HeaderClassName
{
color: #A8FB69;
}
.AnyTagClassName
{
color: #A8FB69;
}
</style>
background-color css
<style>
a { background-color: #A8FB69; }
a { background-color: rgb(168,251,105); }
div.DivClassName
{
background-color: #A8FB69;
}
.BgClassName
{
background-color: #A8FB69;
}
</style>
border-color css
<style>
span { border-color: #A8FB69; }
span { border-color: rgb(168,251,105); }
td.TdClassName
{
border-color: #A8FB69;
}
.TagClassName
{
border-color: #A8FB69;
}
</style>