Shades of Conifer #A0F962
Tints of Conifer #A0F962
RGB
CMYK
RGB Variations
Color information
#A0F962 (or 0xA0F962) is known color: Conifer. HEX triplet: A0, F9 and 62. RGB value is (160,249,98). Sum of RGB (Red+Green+Blue) = 160+249+98=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 98 (38.67% from 255 or 19.33% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F962 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F962 is #5F069D. Grayscale: #CDCDCD. Windows color (decimal): -6227614 or 6486432. OLE color: 6486432.
HSL color Cylindrical-coordinate representation of color #A0F962: hue angle of 95.36º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0F962 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 98 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.02 |
| HSL | 95.36º | 0.93% | 0.68% | - |
| HSV(B) | 95.36º | 0.61% | 0.98% | - |
| XYZ | 50.58 | 76.11 | 23.58 | - |
| YUV | 205.18 | 67.51 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 98 | 0.36 | 0 | 0.61 | 0.02 | 95.36 | 0.93 | 0.68 |
| Hex | A0 | F9 | 62 | 24 | 0 | 3D | 2 | 5F | 5D | 44 |
| Octal | 240 | 371 | 142 | 44 | 0 | 75 | 2 | 137 | 135 | 104 |
| Binary | 10100000 | 11111001 | 1100010 | 100100 | 0 | 111101 | 10 | 1011111 | 1011101 | 1000100 |
Color Harmonies of #A0F962
Complementary color
Monochromatic Colors of #A0F962
Black with #A0F962
Text Example
Text Example
White with #A0F962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F962; }
p { color: rgb(160,249,98); }
H1.HeaderClassName
{
color: #A0F962;
}
.AnyTagClassName
{
color: #A0F962;
}
</style>
background-color css
<style>
a { background-color: #A0F962; }
a { background-color: rgb(160,249,98); }
div.DivClassName
{
background-color: #A0F962;
}
.BgClassName
{
background-color: #A0F962;
}
</style>
border-color css
<style>
span { border-color: #A0F962; }
span { border-color: rgb(160,249,98); }
td.TdClassName
{
border-color: #A0F962;
}
.TagClassName
{
border-color: #A0F962;
}
</style>