Shades of Conifer #A6F153
Tints of Conifer #A6F153
RGB
CMYK
RGB Variations
Color information
#A6F153 (or 0xA6F153) is known color: Conifer. HEX triplet: A6, F1 and 53. RGB value is (166,241,83). Sum of RGB (Red+Green+Blue) = 166+241+83=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 83 (32.81% from 255 or 16.94% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F153 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F153 is #590EAC. Grayscale: #C9C9C9. Windows color (decimal): -5836461 or 5501350. OLE color: 5501350.
HSL color Cylindrical-coordinate representation of color #A6F153: hue angle of 88.48º 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 #A6F153 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 241 | 83 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.05 |
| HSL | 88.48º | 0.85% | 0.64% | - |
| HSV(B) | 88.48º | 0.66% | 0.95% | - |
| XYZ | 48.74 | 71.64 | 19.44 | - |
| YUV | 200.56 | 61.65 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 241 | 83 | 0.31 | 0 | 0.66 | 0.05 | 88.48 | 0.85 | 0.64 |
| Hex | A6 | F1 | 53 | 1F | 0 | 42 | 5 | 58 | 55 | 40 |
| Octal | 246 | 361 | 123 | 37 | 0 | 102 | 5 | 130 | 125 | 100 |
| Binary | 10100110 | 11110001 | 1010011 | 11111 | 0 | 1000010 | 101 | 1011000 | 1010101 | 1000000 |
Color Harmonies of #A6F153
Complementary color
Monochromatic Colors of #A6F153
Black with #A6F153
Text Example
Text Example
White with #A6F153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F153; }
p { color: rgb(166,241,83); }
H1.HeaderClassName
{
color: #A6F153;
}
.AnyTagClassName
{
color: #A6F153;
}
</style>
background-color css
<style>
a { background-color: #A6F153; }
a { background-color: rgb(166,241,83); }
div.DivClassName
{
background-color: #A6F153;
}
.BgClassName
{
background-color: #A6F153;
}
</style>
border-color css
<style>
span { border-color: #A6F153; }
span { border-color: rgb(166,241,83); }
td.TdClassName
{
border-color: #A6F153;
}
.TagClassName
{
border-color: #A6F153;
}
</style>