Shades of Conifer #A0F65A
Tints of Conifer #A0F65A
RGB
CMYK
RGB Variations
Color information
#A0F65A (or 0xA0F65A) is known color: Conifer. HEX triplet: A0, F6 and 5A. RGB value is (160,246,90). Sum of RGB (Red+Green+Blue) = 160+246+90=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 246 (96.48% from 255 or 49.60% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F65A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F65A is #5F09A5. Grayscale: #CBCBCB. Windows color (decimal): -6228390 or 5961376. OLE color: 5961376.
HSL color Cylindrical-coordinate representation of color #A0F65A: hue angle of 93.08º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0F65A is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 246 | 90 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.04 |
| HSL | 93.08º | 0.9% | 0.66% | - |
| HSV(B) | 93.08º | 0.63% | 0.96% | - |
| XYZ | 49.3 | 74.12 | 21.38 | - |
| YUV | 202.5 | 64.51 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 246 | 90 | 0.35 | 0 | 0.63 | 0.04 | 93.08 | 0.9 | 0.66 |
| Hex | A0 | F6 | 5A | 23 | 0 | 3F | 4 | 5D | 5A | 42 |
| Octal | 240 | 366 | 132 | 43 | 0 | 77 | 4 | 135 | 132 | 102 |
| Binary | 10100000 | 11110110 | 1011010 | 100011 | 0 | 111111 | 100 | 1011101 | 1011010 | 1000010 |
Color Harmonies of #A0F65A
Complementary color
Monochromatic Colors of #A0F65A
Black with #A0F65A
Text Example
Text Example
White with #A0F65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F65A; }
p { color: rgb(160,246,90); }
H1.HeaderClassName
{
color: #A0F65A;
}
.AnyTagClassName
{
color: #A0F65A;
}
</style>
background-color css
<style>
a { background-color: #A0F65A; }
a { background-color: rgb(160,246,90); }
div.DivClassName
{
background-color: #A0F65A;
}
.BgClassName
{
background-color: #A0F65A;
}
</style>
border-color css
<style>
span { border-color: #A0F65A; }
span { border-color: rgb(160,246,90); }
td.TdClassName
{
border-color: #A0F65A;
}
.TagClassName
{
border-color: #A0F65A;
}
</style>