Shades of Conifer #A6F74D
Tints of Conifer #A6F74D
RGB
CMYK
RGB Variations
Color information
#A6F74D (or 0xA6F74D) is known color: Conifer. HEX triplet: A6, F7 and 4D. RGB value is (166,247,77). Sum of RGB (Red+Green+Blue) = 166+247+77=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 247 (96.88% from 255 or 50.41% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F74D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F74D is #5908B2. Grayscale: #CBCBCB. Windows color (decimal): -5834931 or 5109670. OLE color: 5109670.
HSL color Cylindrical-coordinate representation of color #A6F74D: hue angle of 88.59º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6F74D is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 247 | 77 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.03 |
| HSL | 88.59º | 0.91% | 0.64% | - |
| HSV(B) | 88.59º | 0.69% | 0.97% | - |
| XYZ | 50.33 | 75.16 | 18.88 | - |
| YUV | 203.4 | 56.66 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 247 | 77 | 0.33 | 0 | 0.69 | 0.03 | 88.59 | 0.91 | 0.64 |
| Hex | A6 | F7 | 4D | 21 | 0 | 45 | 3 | 59 | 5B | 40 |
| Octal | 246 | 367 | 115 | 41 | 0 | 105 | 3 | 131 | 133 | 100 |
| Binary | 10100110 | 11110111 | 1001101 | 100001 | 0 | 1000101 | 11 | 1011001 | 1011011 | 1000000 |
Color Harmonies of #A6F74D
Complementary color
Monochromatic Colors of #A6F74D
Black with #A6F74D
Text Example
Text Example
White with #A6F74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F74D; }
p { color: rgb(166,247,77); }
H1.HeaderClassName
{
color: #A6F74D;
}
.AnyTagClassName
{
color: #A6F74D;
}
</style>
background-color css
<style>
a { background-color: #A6F74D; }
a { background-color: rgb(166,247,77); }
div.DivClassName
{
background-color: #A6F74D;
}
.BgClassName
{
background-color: #A6F74D;
}
</style>
border-color css
<style>
span { border-color: #A6F74D; }
span { border-color: rgb(166,247,77); }
td.TdClassName
{
border-color: #A6F74D;
}
.TagClassName
{
border-color: #A6F74D;
}
</style>