Shades of Conifer #A5D05D
Tints of Conifer #A5D05D
RGB
CMYK
RGB Variations
Color information
#A5D05D (or 0xA5D05D) is known color: Conifer. HEX triplet: A5, D0 and 5D. RGB value is (165,208,93). Sum of RGB (Red+Green+Blue) = 165+208+93=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D05D is #5A2FA2. Grayscale: #B6B6B6. Windows color (decimal): -5910435 or 6148261. OLE color: 6148261.
HSL color Cylindrical-coordinate representation of color #A5D05D: hue angle of 82.43º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5D05D is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 208 | 93 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.18 |
| HSL | 82.43º | 0.55% | 0.59% | - |
| HSV(B) | 82.43º | 0.55% | 0.82% | - |
| XYZ | 40.05 | 53.9 | 18.65 | - |
| YUV | 182.03 | 77.75 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 208 | 93 | 0.21 | 0 | 0.55 | 0.18 | 82.43 | 0.55 | 0.59 |
| Hex | A5 | D0 | 5D | 15 | 0 | 37 | 12 | 52 | 37 | 3B |
| Octal | 245 | 320 | 135 | 25 | 0 | 67 | 22 | 122 | 67 | 73 |
| Binary | 10100101 | 11010000 | 1011101 | 10101 | 0 | 110111 | 10010 | 1010010 | 110111 | 111011 |
Color Harmonies of #A5D05D
Complementary color
Monochromatic Colors of #A5D05D
Black with #A5D05D
Text Example
Text Example
White with #A5D05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D05D; }
p { color: rgb(165,208,93); }
H1.HeaderClassName
{
color: #A5D05D;
}
.AnyTagClassName
{
color: #A5D05D;
}
</style>
background-color css
<style>
a { background-color: #A5D05D; }
a { background-color: rgb(165,208,93); }
div.DivClassName
{
background-color: #A5D05D;
}
.BgClassName
{
background-color: #A5D05D;
}
</style>
border-color css
<style>
span { border-color: #A5D05D; }
span { border-color: rgb(165,208,93); }
td.TdClassName
{
border-color: #A5D05D;
}
.TagClassName
{
border-color: #A5D05D;
}
</style>