Shades of Conifer #A0D65C
Tints of Conifer #A0D65C
RGB
CMYK
RGB Variations
Color information
#A0D65C (or 0xA0D65C) is known color: Conifer. HEX triplet: A0, D6 and 5C. RGB value is (160,214,92). Sum of RGB (Red+Green+Blue) = 160+214+92=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D65C is #5F29A3. Grayscale: #B8B8B8. Windows color (decimal): -6236580 or 6084256. OLE color: 6084256.
HSL color Cylindrical-coordinate representation of color #A0D65C: hue angle of 86.56º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0D65C is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 92 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.16 |
| HSL | 86.56º | 0.6% | 0.6% | - |
| HSV(B) | 86.56º | 0.57% | 0.84% | - |
| XYZ | 40.48 | 56.34 | 18.87 | - |
| YUV | 183.95 | 76.11 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 92 | 0.25 | 0 | 0.57 | 0.16 | 86.56 | 0.6 | 0.6 |
| Hex | A0 | D6 | 5C | 19 | 0 | 39 | 10 | 57 | 3C | 3C |
| Octal | 240 | 326 | 134 | 31 | 0 | 71 | 20 | 127 | 74 | 74 |
| Binary | 10100000 | 11010110 | 1011100 | 11001 | 0 | 111001 | 10000 | 1010111 | 111100 | 111100 |
Color Harmonies of #A0D65C
Complementary color
Monochromatic Colors of #A0D65C
Black with #A0D65C
Text Example
Text Example
White with #A0D65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D65C; }
p { color: rgb(160,214,92); }
H1.HeaderClassName
{
color: #A0D65C;
}
.AnyTagClassName
{
color: #A0D65C;
}
</style>
background-color css
<style>
a { background-color: #A0D65C; }
a { background-color: rgb(160,214,92); }
div.DivClassName
{
background-color: #A0D65C;
}
.BgClassName
{
background-color: #A0D65C;
}
</style>
border-color css
<style>
span { border-color: #A0D65C; }
span { border-color: rgb(160,214,92); }
td.TdClassName
{
border-color: #A0D65C;
}
.TagClassName
{
border-color: #A0D65C;
}
</style>