Shades of Conifer #A5DD5D
Tints of Conifer #A5DD5D
RGB
CMYK
RGB Variations
Color information
#A5DD5D (or 0xA5DD5D) is known color: Conifer. HEX triplet: A5, DD and 5D. RGB value is (165,221,93). Sum of RGB (Red+Green+Blue) = 165+221+93=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DD5D is #5A22A2. Grayscale: #BEBEBE. Windows color (decimal): -5907107 or 6151589. OLE color: 6151589.
HSL color Cylindrical-coordinate representation of color #A5DD5D: hue angle of 86.25º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5DD5D is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 221 | 93 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.13 |
| HSL | 86.25º | 0.65% | 0.62% | - |
| HSV(B) | 86.25º | 0.58% | 0.87% | - |
| XYZ | 43.35 | 60.5 | 19.75 | - |
| YUV | 189.66 | 73.45 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 93 | 0.25 | 0 | 0.58 | 0.13 | 86.25 | 0.65 | 0.62 |
| Hex | A5 | DD | 5D | 19 | 0 | 3A | D | 56 | 41 | 3E |
| Octal | 245 | 335 | 135 | 31 | 0 | 72 | 15 | 126 | 101 | 76 |
| Binary | 10100101 | 11011101 | 1011101 | 11001 | 0 | 111010 | 1101 | 1010110 | 1000001 | 111110 |
Color Harmonies of #A5DD5D
Complementary color
Monochromatic Colors of #A5DD5D
Black with #A5DD5D
Text Example
Text Example
White with #A5DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DD5D; }
p { color: rgb(165,221,93); }
H1.HeaderClassName
{
color: #A5DD5D;
}
.AnyTagClassName
{
color: #A5DD5D;
}
</style>
background-color css
<style>
a { background-color: #A5DD5D; }
a { background-color: rgb(165,221,93); }
div.DivClassName
{
background-color: #A5DD5D;
}
.BgClassName
{
background-color: #A5DD5D;
}
</style>
border-color css
<style>
span { border-color: #A5DD5D; }
span { border-color: rgb(165,221,93); }
td.TdClassName
{
border-color: #A5DD5D;
}
.TagClassName
{
border-color: #A5DD5D;
}
</style>