Shades of Conifer #A0D465
Tints of Conifer #A0D465
RGB
CMYK
RGB Variations
Color information
#A0D465 (or 0xA0D465) is known color: Conifer. HEX triplet: A0, D4 and 65. RGB value is (160,212,101). Sum of RGB (Red+Green+Blue) = 160+212+101=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D465 is #5F2B9A. Grayscale: #B8B8B8. Windows color (decimal): -6237083 or 6673568. OLE color: 6673568.
HSL color Cylindrical-coordinate representation of color #A0D465: hue angle of 88.11º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0D465 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 212 | 101 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.17 |
| HSL | 88.11º | 0.56% | 0.61% | - |
| HSV(B) | 88.11º | 0.52% | 0.83% | - |
| XYZ | 40.39 | 55.5 | 20.9 | - |
| YUV | 183.8 | 81.27 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 212 | 101 | 0.25 | 0 | 0.52 | 0.17 | 88.11 | 0.56 | 0.61 |
| Hex | A0 | D4 | 65 | 19 | 0 | 34 | 11 | 58 | 38 | 3D |
| Octal | 240 | 324 | 145 | 31 | 0 | 64 | 21 | 130 | 70 | 75 |
| Binary | 10100000 | 11010100 | 1100101 | 11001 | 0 | 110100 | 10001 | 1011000 | 111000 | 111101 |
Color Harmonies of #A0D465
Complementary color
Monochromatic Colors of #A0D465
Black with #A0D465
Text Example
Text Example
White with #A0D465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D465; }
p { color: rgb(160,212,101); }
H1.HeaderClassName
{
color: #A0D465;
}
.AnyTagClassName
{
color: #A0D465;
}
</style>
background-color css
<style>
a { background-color: #A0D465; }
a { background-color: rgb(160,212,101); }
div.DivClassName
{
background-color: #A0D465;
}
.BgClassName
{
background-color: #A0D465;
}
</style>
border-color css
<style>
span { border-color: #A0D465; }
span { border-color: rgb(160,212,101); }
td.TdClassName
{
border-color: #A0D465;
}
.TagClassName
{
border-color: #A0D465;
}
</style>