Shades of Conifer #A6FB54
Tints of Conifer #A6FB54
RGB
CMYK
RGB Variations
Color information
#A6FB54 (or 0xA6FB54) is known color: Conifer. HEX triplet: A6, FB and 54. RGB value is (166,251,84). Sum of RGB (Red+Green+Blue) = 166+251+84=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 84 (33.20% from 255 or 16.77% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FB54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FB54 is #5904AB. Grayscale: #CFCFCF. Windows color (decimal): -5833900 or 5569446. OLE color: 5569446.
HSL color Cylindrical-coordinate representation of color #A6FB54: hue angle of 90.54º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6FB54 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 84 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.02 |
| HSL | 90.54º | 0.95% | 0.66% | - |
| HSV(B) | 90.54º | 0.67% | 0.98% | - |
| XYZ | 51.82 | 77.74 | 20.66 | - |
| YUV | 206.55 | 58.84 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 84 | 0.34 | 0 | 0.67 | 0.02 | 90.54 | 0.95 | 0.66 |
| Hex | A6 | FB | 54 | 22 | 0 | 43 | 2 | 5B | 5F | 42 |
| Octal | 246 | 373 | 124 | 42 | 0 | 103 | 2 | 133 | 137 | 102 |
| Binary | 10100110 | 11111011 | 1010100 | 100010 | 0 | 1000011 | 10 | 1011011 | 1011111 | 1000010 |
Color Harmonies of #A6FB54
Complementary color
Monochromatic Colors of #A6FB54
Black with #A6FB54
Text Example
Text Example
White with #A6FB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FB54; }
p { color: rgb(166,251,84); }
H1.HeaderClassName
{
color: #A6FB54;
}
.AnyTagClassName
{
color: #A6FB54;
}
</style>
background-color css
<style>
a { background-color: #A6FB54; }
a { background-color: rgb(166,251,84); }
div.DivClassName
{
background-color: #A6FB54;
}
.BgClassName
{
background-color: #A6FB54;
}
</style>
border-color css
<style>
span { border-color: #A6FB54; }
span { border-color: rgb(166,251,84); }
td.TdClassName
{
border-color: #A6FB54;
}
.TagClassName
{
border-color: #A6FB54;
}
</style>