Shades of Conifer #A8F153
Tints of Conifer #A8F153
RGB
CMYK
RGB Variations
Color information
#A8F153 (or 0xA8F153) is known color: Conifer. HEX triplet: A8, F1 and 53. RGB value is (168,241,83). Sum of RGB (Red+Green+Blue) = 168+241+83=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 83 (32.81% from 255 or 16.87% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F153 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F153 is #570EAC. Grayscale: #C9C9C9. Windows color (decimal): -5705389 or 5501352. OLE color: 5501352.
HSL color Cylindrical-coordinate representation of color #A8F153: hue angle of 87.72º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8F153 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 83 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.05 |
| HSL | 87.72º | 0.85% | 0.64% | - |
| HSV(B) | 87.72º | 0.66% | 0.95% | - |
| XYZ | 49.17 | 71.86 | 19.46 | - |
| YUV | 201.16 | 61.32 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 83 | 0.30 | 0 | 0.66 | 0.05 | 87.72 | 0.85 | 0.64 |
| Hex | A8 | F1 | 53 | 1E | 0 | 42 | 5 | 58 | 55 | 40 |
| Octal | 250 | 361 | 123 | 36 | 0 | 102 | 5 | 130 | 125 | 100 |
| Binary | 10101000 | 11110001 | 1010011 | 11110 | 0 | 1000010 | 101 | 1011000 | 1010101 | 1000000 |
Color Harmonies of #A8F153
Complementary color
Monochromatic Colors of #A8F153
Black with #A8F153
Text Example
Text Example
White with #A8F153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F153; }
p { color: rgb(168,241,83); }
H1.HeaderClassName
{
color: #A8F153;
}
.AnyTagClassName
{
color: #A8F153;
}
</style>
background-color css
<style>
a { background-color: #A8F153; }
a { background-color: rgb(168,241,83); }
div.DivClassName
{
background-color: #A8F153;
}
.BgClassName
{
background-color: #A8F153;
}
</style>
border-color css
<style>
span { border-color: #A8F153; }
span { border-color: rgb(168,241,83); }
td.TdClassName
{
border-color: #A8F153;
}
.TagClassName
{
border-color: #A8F153;
}
</style>