Shades of Conifer #A6F75A
Tints of Conifer #A6F75A
RGB
CMYK
RGB Variations
Color information
#A6F75A (or 0xA6F75A) is known color: Conifer. HEX triplet: A6, F7 and 5A. RGB value is (166,247,90). Sum of RGB (Red+Green+Blue) = 166+247+90=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 247 (96.88% from 255 or 49.11% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F75A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F75A is #5908A5. Grayscale: #CDCDCD. Windows color (decimal): -5834918 or 5961638. OLE color: 5961638.
HSL color Cylindrical-coordinate representation of color #A6F75A: hue angle of 90.96º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6F75A is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 247 | 90 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.03 |
| HSL | 90.96º | 0.91% | 0.66% | - |
| HSV(B) | 90.96º | 0.64% | 0.97% | - |
| XYZ | 50.83 | 75.37 | 21.54 | - |
| YUV | 204.88 | 63.16 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 247 | 90 | 0.33 | 0 | 0.64 | 0.03 | 90.96 | 0.91 | 0.66 |
| Hex | A6 | F7 | 5A | 21 | 0 | 40 | 3 | 5B | 5B | 42 |
| Octal | 246 | 367 | 132 | 41 | 0 | 100 | 3 | 133 | 133 | 102 |
| Binary | 10100110 | 11110111 | 1011010 | 100001 | 0 | 1000000 | 11 | 1011011 | 1011011 | 1000010 |
Color Harmonies of #A6F75A
Complementary color
Monochromatic Colors of #A6F75A
Black with #A6F75A
Text Example
Text Example
White with #A6F75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F75A; }
p { color: rgb(166,247,90); }
H1.HeaderClassName
{
color: #A6F75A;
}
.AnyTagClassName
{
color: #A6F75A;
}
</style>
background-color css
<style>
a { background-color: #A6F75A; }
a { background-color: rgb(166,247,90); }
div.DivClassName
{
background-color: #A6F75A;
}
.BgClassName
{
background-color: #A6F75A;
}
</style>
border-color css
<style>
span { border-color: #A6F75A; }
span { border-color: rgb(166,247,90); }
td.TdClassName
{
border-color: #A6F75A;
}
.TagClassName
{
border-color: #A6F75A;
}
</style>