Shades of Conifer #A0F353
Tints of Conifer #A0F353
RGB
CMYK
RGB Variations
Color information
#A0F353 (or 0xA0F353) is known color: Conifer. HEX triplet: A0, F3 and 53. RGB value is (160,243,83). Sum of RGB (Red+Green+Blue) = 160+243+83=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F353 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F353 is #5F0CAC. Grayscale: #C8C8C8. Windows color (decimal): -6229165 or 5501856. OLE color: 5501856.
HSL color Cylindrical-coordinate representation of color #A0F353: hue angle of 91.12º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0F353 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 243 | 83 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.05 |
| HSL | 91.13º | 0.87% | 0.64% | - |
| HSV(B) | 91.13º | 0.66% | 0.95% | - |
| XYZ | 48.11 | 72.2 | 19.58 | - |
| YUV | 199.94 | 62 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 243 | 83 | 0.34 | 0 | 0.66 | 0.05 | 91.13 | 0.87 | 0.64 |
| Hex | A0 | F3 | 53 | 22 | 0 | 42 | 5 | 5B | 57 | 40 |
| Octal | 240 | 363 | 123 | 42 | 0 | 102 | 5 | 133 | 127 | 100 |
| Binary | 10100000 | 11110011 | 1010011 | 100010 | 0 | 1000010 | 101 | 1011011 | 1010111 | 1000000 |
Color Harmonies of #A0F353
Complementary color
Monochromatic Colors of #A0F353
Black with #A0F353
Text Example
Text Example
White with #A0F353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F353; }
p { color: rgb(160,243,83); }
H1.HeaderClassName
{
color: #A0F353;
}
.AnyTagClassName
{
color: #A0F353;
}
</style>
background-color css
<style>
a { background-color: #A0F353; }
a { background-color: rgb(160,243,83); }
div.DivClassName
{
background-color: #A0F353;
}
.BgClassName
{
background-color: #A0F353;
}
</style>
border-color css
<style>
span { border-color: #A0F353; }
span { border-color: rgb(160,243,83); }
td.TdClassName
{
border-color: #A0F353;
}
.TagClassName
{
border-color: #A0F353;
}
</style>