Shades of Conifer #A5DC68
Tints of Conifer #A5DC68
RGB
CMYK
RGB Variations
Color information
#A5DC68 (or 0xA5DC68) is known color: Conifer. HEX triplet: A5, DC and 68. RGB value is (165,220,104). Sum of RGB (Red+Green+Blue) = 165+220+104=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DC68 is #5A2397. Grayscale: #BEBEBE. Windows color (decimal): -5907352 or 6872229. OLE color: 6872229.
HSL color Cylindrical-coordinate representation of color #A5DC68: hue angle of 88.45º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5DC68 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 220 | 104 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.14 |
| HSL | 88.45º | 0.62% | 0.64% | - |
| HSV(B) | 88.45º | 0.53% | 0.86% | - |
| XYZ | 43.61 | 60.19 | 22.42 | - |
| YUV | 190.33 | 79.28 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 220 | 104 | 0.25 | 0 | 0.53 | 0.14 | 88.45 | 0.62 | 0.64 |
| Hex | A5 | DC | 68 | 19 | 0 | 35 | E | 58 | 3E | 40 |
| Octal | 245 | 334 | 150 | 31 | 0 | 65 | 16 | 130 | 76 | 100 |
| Binary | 10100101 | 11011100 | 1101000 | 11001 | 0 | 110101 | 1110 | 1011000 | 111110 | 1000000 |
Color Harmonies of #A5DC68
Complementary color
Monochromatic Colors of #A5DC68
Black with #A5DC68
Text Example
Text Example
White with #A5DC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DC68; }
p { color: rgb(165,220,104); }
H1.HeaderClassName
{
color: #A5DC68;
}
.AnyTagClassName
{
color: #A5DC68;
}
</style>
background-color css
<style>
a { background-color: #A5DC68; }
a { background-color: rgb(165,220,104); }
div.DivClassName
{
background-color: #A5DC68;
}
.BgClassName
{
background-color: #A5DC68;
}
</style>
border-color css
<style>
span { border-color: #A5DC68; }
span { border-color: rgb(165,220,104); }
td.TdClassName
{
border-color: #A5DC68;
}
.TagClassName
{
border-color: #A5DC68;
}
</style>