Shades of Conifer #A7F65B
Tints of Conifer #A7F65B
RGB
CMYK
RGB Variations
Color information
#A7F65B (or 0xA7F65B) is known color: Conifer. HEX triplet: A7, F6 and 5B. RGB value is (167,246,91). Sum of RGB (Red+Green+Blue) = 167+246+91=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 246 (96.48% from 255 or 48.81% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 246 - color contains mainly: green. Hex color #A7F65B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F65B is #5809A4. Grayscale: #CDCDCD. Windows color (decimal): -5769637 or 6026919. OLE color: 6026919.
HSL color Cylindrical-coordinate representation of color #A7F65B: hue angle of 90.58º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A7F65B is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 246 | 91 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.04 |
| HSL | 90.58º | 0.9% | 0.66% | - |
| HSV(B) | 90.58º | 0.63% | 0.96% | - |
| XYZ | 50.78 | 74.88 | 21.67 | - |
| YUV | 204.71 | 63.83 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 246 | 91 | 0.32 | 0 | 0.63 | 0.04 | 90.58 | 0.9 | 0.66 |
| Hex | A7 | F6 | 5B | 20 | 0 | 3F | 4 | 5B | 5A | 42 |
| Octal | 247 | 366 | 133 | 40 | 0 | 77 | 4 | 133 | 132 | 102 |
| Binary | 10100111 | 11110110 | 1011011 | 100000 | 0 | 111111 | 100 | 1011011 | 1011010 | 1000010 |
Color Harmonies of #A7F65B
Complementary color
Monochromatic Colors of #A7F65B
Black with #A7F65B
Text Example
Text Example
White with #A7F65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F65B; }
p { color: rgb(167,246,91); }
H1.HeaderClassName
{
color: #A7F65B;
}
.AnyTagClassName
{
color: #A7F65B;
}
</style>
background-color css
<style>
a { background-color: #A7F65B; }
a { background-color: rgb(167,246,91); }
div.DivClassName
{
background-color: #A7F65B;
}
.BgClassName
{
background-color: #A7F65B;
}
</style>
border-color css
<style>
span { border-color: #A7F65B; }
span { border-color: rgb(167,246,91); }
td.TdClassName
{
border-color: #A7F65B;
}
.TagClassName
{
border-color: #A7F65B;
}
</style>