Shades of Conifer #A0F755
Tints of Conifer #A0F755
RGB
CMYK
RGB Variations
Color information
#A0F755 (or 0xA0F755) is known color: Conifer. HEX triplet: A0, F7 and 55. RGB value is (160,247,85). Sum of RGB (Red+Green+Blue) = 160+247+85=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 247 (96.88% from 255 or 50.20% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F755 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F755 is #5F08AA. Grayscale: #CBCBCB. Windows color (decimal): -6228139 or 5633952. OLE color: 5633952.
HSL color Cylindrical-coordinate representation of color #A0F755: hue angle of 92.22º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0F755 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 85 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.03 |
| HSL | 92.22º | 0.91% | 0.65% | - |
| HSV(B) | 92.22º | 0.66% | 0.97% | - |
| XYZ | 49.4 | 74.65 | 20.4 | - |
| YUV | 202.52 | 61.68 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 85 | 0.35 | 0 | 0.66 | 0.03 | 92.22 | 0.91 | 0.65 |
| Hex | A0 | F7 | 55 | 23 | 0 | 42 | 3 | 5C | 5B | 41 |
| Octal | 240 | 367 | 125 | 43 | 0 | 102 | 3 | 134 | 133 | 101 |
| Binary | 10100000 | 11110111 | 1010101 | 100011 | 0 | 1000010 | 11 | 1011100 | 1011011 | 1000001 |
Color Harmonies of #A0F755
Complementary color
Monochromatic Colors of #A0F755
Black with #A0F755
Text Example
Text Example
White with #A0F755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F755; }
p { color: rgb(160,247,85); }
H1.HeaderClassName
{
color: #A0F755;
}
.AnyTagClassName
{
color: #A0F755;
}
</style>
background-color css
<style>
a { background-color: #A0F755; }
a { background-color: rgb(160,247,85); }
div.DivClassName
{
background-color: #A0F755;
}
.BgClassName
{
background-color: #A0F755;
}
</style>
border-color css
<style>
span { border-color: #A0F755; }
span { border-color: rgb(160,247,85); }
td.TdClassName
{
border-color: #A0F755;
}
.TagClassName
{
border-color: #A0F755;
}
</style>