Shades of Conifer #A6F04C
Tints of Conifer #A6F04C
RGB
CMYK
RGB Variations
Color information
#A6F04C (or 0xA6F04C) is known color: Conifer. HEX triplet: A6, F0 and 4C. RGB value is (166,240,76). Sum of RGB (Red+Green+Blue) = 166+240+76=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F04C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6F04C is #590FB3. Grayscale: #C7C7C7. Windows color (decimal): -5836724 or 5042342. OLE color: 5042342.
HSL color Cylindrical-coordinate representation of color #A6F04C: hue angle of 87.07º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6F04C is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 240 | 76 | - |
| CMYK | 0.31 | 0 | 0.68 | 0.06 |
| HSL | 87.07º | 0.85% | 0.62% | - |
| HSV(B) | 87.07º | 0.68% | 0.94% | - |
| XYZ | 48.19 | 70.95 | 17.99 | - |
| YUV | 199.18 | 58.48 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 240 | 76 | 0.31 | 0 | 0.68 | 0.06 | 87.07 | 0.85 | 0.62 |
| Hex | A6 | F0 | 4C | 1F | 0 | 44 | 6 | 57 | 55 | 3E |
| Octal | 246 | 360 | 114 | 37 | 0 | 104 | 6 | 127 | 125 | 76 |
| Binary | 10100110 | 11110000 | 1001100 | 11111 | 0 | 1000100 | 110 | 1010111 | 1010101 | 111110 |
Color Harmonies of #A6F04C
Complementary color
Monochromatic Colors of #A6F04C
Black with #A6F04C
Text Example
Text Example
White with #A6F04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F04C; }
p { color: rgb(166,240,76); }
H1.HeaderClassName
{
color: #A6F04C;
}
.AnyTagClassName
{
color: #A6F04C;
}
</style>
background-color css
<style>
a { background-color: #A6F04C; }
a { background-color: rgb(166,240,76); }
div.DivClassName
{
background-color: #A6F04C;
}
.BgClassName
{
background-color: #A6F04C;
}
</style>
border-color css
<style>
span { border-color: #A6F04C; }
span { border-color: rgb(166,240,76); }
td.TdClassName
{
border-color: #A6F04C;
}
.TagClassName
{
border-color: #A6F04C;
}
</style>