Shades of Conifer #A0F766
Tints of Conifer #A0F766
RGB
CMYK
RGB Variations
Color information
#A0F766 (or 0xA0F766) is known color: Conifer. HEX triplet: A0, F7 and 66. RGB value is (160,247,102). Sum of RGB (Red+Green+Blue) = 160+247+102=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F766 is #5F0899. Grayscale: #CCCCCC. Windows color (decimal): -6228122 or 6748064. OLE color: 6748064.
HSL color Cylindrical-coordinate representation of color #A0F766: hue angle of 96º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0F766 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 102 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.03 |
| HSL | 96º | 0.9% | 0.68% | - |
| HSV(B) | 96º | 0.59% | 0.97% | - |
| XYZ | 50.16 | 74.95 | 24.39 | - |
| YUV | 204.46 | 70.18 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 102 | 0.35 | 0 | 0.59 | 0.03 | 96 | 0.9 | 0.68 |
| Hex | A0 | F7 | 66 | 23 | 0 | 3B | 3 | 60 | 5A | 44 |
| Octal | 240 | 367 | 146 | 43 | 0 | 73 | 3 | 140 | 132 | 104 |
| Binary | 10100000 | 11110111 | 1100110 | 100011 | 0 | 111011 | 11 | 1100000 | 1011010 | 1000100 |
Color Harmonies of #A0F766
Complementary color
Monochromatic Colors of #A0F766
Black with #A0F766
Text Example
Text Example
White with #A0F766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F766; }
p { color: rgb(160,247,102); }
H1.HeaderClassName
{
color: #A0F766;
}
.AnyTagClassName
{
color: #A0F766;
}
</style>
background-color css
<style>
a { background-color: #A0F766; }
a { background-color: rgb(160,247,102); }
div.DivClassName
{
background-color: #A0F766;
}
.BgClassName
{
background-color: #A0F766;
}
</style>
border-color css
<style>
span { border-color: #A0F766; }
span { border-color: rgb(160,247,102); }
td.TdClassName
{
border-color: #A0F766;
}
.TagClassName
{
border-color: #A0F766;
}
</style>