Shades of Conifer #A0F761
Tints of Conifer #A0F761
RGB
CMYK
RGB Variations
Color information
#A0F761 (or 0xA0F761) is known color: Conifer. HEX triplet: A0, F7 and 61. RGB value is (160,247,97). Sum of RGB (Red+Green+Blue) = 160+247+97=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F761 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F761 is #5F089E. Grayscale: #CCCCCC. Windows color (decimal): -6228127 or 6420384. OLE color: 6420384.
HSL color Cylindrical-coordinate representation of color #A0F761: hue angle of 94.8º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0F761 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 97 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.03 |
| HSL | 94.8º | 0.9% | 0.67% | - |
| HSV(B) | 94.8º | 0.61% | 0.97% | - |
| XYZ | 49.92 | 74.86 | 23.13 | - |
| YUV | 203.89 | 67.68 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 97 | 0.35 | 0 | 0.61 | 0.03 | 94.8 | 0.9 | 0.67 |
| Hex | A0 | F7 | 61 | 23 | 0 | 3D | 3 | 5F | 5A | 43 |
| Octal | 240 | 367 | 141 | 43 | 0 | 75 | 3 | 137 | 132 | 103 |
| Binary | 10100000 | 11110111 | 1100001 | 100011 | 0 | 111101 | 11 | 1011111 | 1011010 | 1000011 |
Color Harmonies of #A0F761
Complementary color
Monochromatic Colors of #A0F761
Black with #A0F761
Text Example
Text Example
White with #A0F761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F761; }
p { color: rgb(160,247,97); }
H1.HeaderClassName
{
color: #A0F761;
}
.AnyTagClassName
{
color: #A0F761;
}
</style>
background-color css
<style>
a { background-color: #A0F761; }
a { background-color: rgb(160,247,97); }
div.DivClassName
{
background-color: #A0F761;
}
.BgClassName
{
background-color: #A0F761;
}
</style>
border-color css
<style>
span { border-color: #A0F761; }
span { border-color: rgb(160,247,97); }
td.TdClassName
{
border-color: #A0F761;
}
.TagClassName
{
border-color: #A0F761;
}
</style>