Shades of Conifer #A0F752
Tints of Conifer #A0F752
RGB
CMYK
RGB Variations
Color information
#A0F752 (or 0xA0F752) is known color: Conifer. HEX triplet: A0, F7 and 52. RGB value is (160,247,82). Sum of RGB (Red+Green+Blue) = 160+247+82=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 247 (96.88% from 255 or 50.51% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F752 is #5F08AD. Grayscale: #CACACA. Windows color (decimal): -6228142 or 5437344. OLE color: 5437344.
HSL color Cylindrical-coordinate representation of color #A0F752: hue angle of 91.64º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0F752 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 82 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.03 |
| HSL | 91.64º | 0.91% | 0.65% | - |
| HSV(B) | 91.64º | 0.67% | 0.97% | - |
| XYZ | 49.28 | 74.6 | 19.79 | - |
| YUV | 202.18 | 60.18 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 82 | 0.35 | 0 | 0.67 | 0.03 | 91.64 | 0.91 | 0.65 |
| Hex | A0 | F7 | 52 | 23 | 0 | 43 | 3 | 5C | 5B | 41 |
| Octal | 240 | 367 | 122 | 43 | 0 | 103 | 3 | 134 | 133 | 101 |
| Binary | 10100000 | 11110111 | 1010010 | 100011 | 0 | 1000011 | 11 | 1011100 | 1011011 | 1000001 |
Color Harmonies of #A0F752
Complementary color
Monochromatic Colors of #A0F752
Black with #A0F752
Text Example
Text Example
White with #A0F752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F752; }
p { color: rgb(160,247,82); }
H1.HeaderClassName
{
color: #A0F752;
}
.AnyTagClassName
{
color: #A0F752;
}
</style>
background-color css
<style>
a { background-color: #A0F752; }
a { background-color: rgb(160,247,82); }
div.DivClassName
{
background-color: #A0F752;
}
.BgClassName
{
background-color: #A0F752;
}
</style>
border-color css
<style>
span { border-color: #A0F752; }
span { border-color: rgb(160,247,82); }
td.TdClassName
{
border-color: #A0F752;
}
.TagClassName
{
border-color: #A0F752;
}
</style>