Shades of Conifer #A7F44D
Tints of Conifer #A7F44D
RGB
CMYK
RGB Variations
Color information
#A7F44D (or 0xA7F44D) is known color: Conifer. HEX triplet: A7, F4 and 4D. RGB value is (167,244,77). Sum of RGB (Red+Green+Blue) = 167+244+77=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 244 (95.70% from 255 or 50% from 488); Blue value is 77 (30.47% from 255 or 15.78% from 488); Max value from RGB is 244 - color contains mainly: green. Hex color #A7F44D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F44D is #580BB2. Grayscale: #CACACA. Windows color (decimal): -5770163 or 5108903. OLE color: 5108903.
HSL color Cylindrical-coordinate representation of color #A7F44D: hue angle of 87.66º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A7F44D is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 244 | 77 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.04 |
| HSL | 87.66º | 0.88% | 0.63% | - |
| HSV(B) | 87.66º | 0.68% | 0.96% | - |
| XYZ | 49.63 | 73.45 | 18.58 | - |
| YUV | 201.94 | 57.49 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 244 | 77 | 0.32 | 0 | 0.68 | 0.04 | 87.66 | 0.88 | 0.63 |
| Hex | A7 | F4 | 4D | 20 | 0 | 44 | 4 | 58 | 58 | 3F |
| Octal | 247 | 364 | 115 | 40 | 0 | 104 | 4 | 130 | 130 | 77 |
| Binary | 10100111 | 11110100 | 1001101 | 100000 | 0 | 1000100 | 100 | 1011000 | 1011000 | 111111 |
Color Harmonies of #A7F44D
Complementary color
Monochromatic Colors of #A7F44D
Black with #A7F44D
Text Example
Text Example
White with #A7F44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F44D; }
p { color: rgb(167,244,77); }
H1.HeaderClassName
{
color: #A7F44D;
}
.AnyTagClassName
{
color: #A7F44D;
}
</style>
background-color css
<style>
a { background-color: #A7F44D; }
a { background-color: rgb(167,244,77); }
div.DivClassName
{
background-color: #A7F44D;
}
.BgClassName
{
background-color: #A7F44D;
}
</style>
border-color css
<style>
span { border-color: #A7F44D; }
span { border-color: rgb(167,244,77); }
td.TdClassName
{
border-color: #A7F44D;
}
.TagClassName
{
border-color: #A7F44D;
}
</style>