Shades of Conifer #A0F75D
Tints of Conifer #A0F75D
RGB
CMYK
RGB Variations
Color information
#A0F75D (or 0xA0F75D) is known color: Conifer. HEX triplet: A0, F7 and 5D. RGB value is (160,247,93). Sum of RGB (Red+Green+Blue) = 160+247+93=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F75D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F75D is #5F08A2. Grayscale: #CBCBCB. Windows color (decimal): -6228131 or 6158240. OLE color: 6158240.
HSL color Cylindrical-coordinate representation of color #A0F75D: hue angle of 93.9º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0F75D is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 93 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.03 |
| HSL | 93.9º | 0.91% | 0.67% | - |
| HSV(B) | 93.9º | 0.62% | 0.97% | - |
| XYZ | 49.73 | 74.79 | 22.17 | - |
| YUV | 203.43 | 65.68 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 93 | 0.35 | 0 | 0.62 | 0.03 | 93.9 | 0.91 | 0.67 |
| Hex | A0 | F7 | 5D | 23 | 0 | 3E | 3 | 5E | 5B | 43 |
| Octal | 240 | 367 | 135 | 43 | 0 | 76 | 3 | 136 | 133 | 103 |
| Binary | 10100000 | 11110111 | 1011101 | 100011 | 0 | 111110 | 11 | 1011110 | 1011011 | 1000011 |
Color Harmonies of #A0F75D
Complementary color
Monochromatic Colors of #A0F75D
Black with #A0F75D
Text Example
Text Example
White with #A0F75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F75D; }
p { color: rgb(160,247,93); }
H1.HeaderClassName
{
color: #A0F75D;
}
.AnyTagClassName
{
color: #A0F75D;
}
</style>
background-color css
<style>
a { background-color: #A0F75D; }
a { background-color: rgb(160,247,93); }
div.DivClassName
{
background-color: #A0F75D;
}
.BgClassName
{
background-color: #A0F75D;
}
</style>
border-color css
<style>
span { border-color: #A0F75D; }
span { border-color: rgb(160,247,93); }
td.TdClassName
{
border-color: #A0F75D;
}
.TagClassName
{
border-color: #A0F75D;
}
</style>