Shades of Conifer #A7FF5D
Tints of Conifer #A7FF5D
RGB
CMYK
RGB Variations
Color information
#A7FF5D (or 0xA7FF5D) is known color: Conifer. HEX triplet: A7, FF and 5D. RGB value is (167,255,93). Sum of RGB (Red+Green+Blue) = 167+255+93=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7FF5D is #5800A2. Grayscale: #D2D2D2. Windows color (decimal): -5767331 or 6160295. OLE color: 6160295.
HSL color Cylindrical-coordinate representation of color #A7FF5D: hue angle of 92.59º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A7FF5D is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 255 | 93 | - |
| CMYK | 0.35 | 0 | 0.64 | 0 |
| HSL | 92.59º | 1% | 0.68% | - |
| HSV(B) | 92.59º | 0.64% | 1% | - |
| XYZ | 53.67 | 80.53 | 23.07 | - |
| YUV | 210.22 | 61.85 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 255 | 93 | 0.35 | 0 | 0.64 | 0 | 92.59 | 1 | 0.68 |
| Hex | A7 | FF | 5D | 23 | 0 | 40 | 0 | 5D | 64 | 44 |
| Octal | 247 | 377 | 135 | 43 | 0 | 100 | 0 | 135 | 144 | 104 |
| Binary | 10100111 | 11111111 | 1011101 | 100011 | 0 | 1000000 | 0 | 1011101 | 1100100 | 1000100 |
Color Harmonies of #A7FF5D
Complementary color
Monochromatic Colors of #A7FF5D
Black with #A7FF5D
Text Example
Text Example
White with #A7FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FF5D; }
p { color: rgb(167,255,93); }
H1.HeaderClassName
{
color: #A7FF5D;
}
.AnyTagClassName
{
color: #A7FF5D;
}
</style>
background-color css
<style>
a { background-color: #A7FF5D; }
a { background-color: rgb(167,255,93); }
div.DivClassName
{
background-color: #A7FF5D;
}
.BgClassName
{
background-color: #A7FF5D;
}
</style>
border-color css
<style>
span { border-color: #A7FF5D; }
span { border-color: rgb(167,255,93); }
td.TdClassName
{
border-color: #A7FF5D;
}
.TagClassName
{
border-color: #A7FF5D;
}
</style>