Shades of Conifer #A6F250
Tints of Conifer #A6F250
RGB
CMYK
RGB Variations
Color information
#A6F250 (or 0xA6F250) is known color: Conifer. HEX triplet: A6, F2 and 50. RGB value is (166,242,80). Sum of RGB (Red+Green+Blue) = 166+242+80=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F250 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F250 is #590DAF. Grayscale: #C9C9C9. Windows color (decimal): -5836208 or 5304998. OLE color: 5304998.
HSL color Cylindrical-coordinate representation of color #A6F250: hue angle of 88.15º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6F250 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 242 | 80 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.05 |
| HSL | 88.15º | 0.86% | 0.63% | - |
| HSV(B) | 88.15º | 0.67% | 0.95% | - |
| XYZ | 48.93 | 72.19 | 18.94 | - |
| YUV | 200.81 | 59.82 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 242 | 80 | 0.31 | 0 | 0.67 | 0.05 | 88.15 | 0.86 | 0.63 |
| Hex | A6 | F2 | 50 | 1F | 0 | 43 | 5 | 58 | 56 | 3F |
| Octal | 246 | 362 | 120 | 37 | 0 | 103 | 5 | 130 | 126 | 77 |
| Binary | 10100110 | 11110010 | 1010000 | 11111 | 0 | 1000011 | 101 | 1011000 | 1010110 | 111111 |
Color Harmonies of #A6F250
Complementary color
Monochromatic Colors of #A6F250
Black with #A6F250
Text Example
Text Example
White with #A6F250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F250; }
p { color: rgb(166,242,80); }
H1.HeaderClassName
{
color: #A6F250;
}
.AnyTagClassName
{
color: #A6F250;
}
</style>
background-color css
<style>
a { background-color: #A6F250; }
a { background-color: rgb(166,242,80); }
div.DivClassName
{
background-color: #A6F250;
}
.BgClassName
{
background-color: #A6F250;
}
</style>
border-color css
<style>
span { border-color: #A6F250; }
span { border-color: rgb(166,242,80); }
td.TdClassName
{
border-color: #A6F250;
}
.TagClassName
{
border-color: #A6F250;
}
</style>