Shades of Conifer #A5DC53
Tints of Conifer #A5DC53
RGB
CMYK
RGB Variations
Color information
#A5DC53 (or 0xA5DC53) is known color: Conifer. HEX triplet: A5, DC and 53. RGB value is (165,220,83). Sum of RGB (Red+Green+Blue) = 165+220+83=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 83 (32.81% from 255 or 17.74% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DC53 is #5A23AC. Grayscale: #BCBCBC. Windows color (decimal): -5907373 or 5495973. OLE color: 5495973.
HSL color Cylindrical-coordinate representation of color #A5DC53: hue angle of 84.09º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5DC53 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 220 | 83 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.14 |
| HSL | 84.09º | 0.66% | 0.59% | - |
| HSV(B) | 84.09º | 0.62% | 0.86% | - |
| XYZ | 42.67 | 59.81 | 17.48 | - |
| YUV | 187.94 | 68.78 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 220 | 83 | 0.25 | 0 | 0.62 | 0.14 | 84.09 | 0.66 | 0.59 |
| Hex | A5 | DC | 53 | 19 | 0 | 3E | E | 54 | 42 | 3B |
| Octal | 245 | 334 | 123 | 31 | 0 | 76 | 16 | 124 | 102 | 73 |
| Binary | 10100101 | 11011100 | 1010011 | 11001 | 0 | 111110 | 1110 | 1010100 | 1000010 | 111011 |
Color Harmonies of #A5DC53
Complementary color
Monochromatic Colors of #A5DC53
Black with #A5DC53
Text Example
Text Example
White with #A5DC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DC53; }
p { color: rgb(165,220,83); }
H1.HeaderClassName
{
color: #A5DC53;
}
.AnyTagClassName
{
color: #A5DC53;
}
</style>
background-color css
<style>
a { background-color: #A5DC53; }
a { background-color: rgb(165,220,83); }
div.DivClassName
{
background-color: #A5DC53;
}
.BgClassName
{
background-color: #A5DC53;
}
</style>
border-color css
<style>
span { border-color: #A5DC53; }
span { border-color: rgb(165,220,83); }
td.TdClassName
{
border-color: #A5DC53;
}
.TagClassName
{
border-color: #A5DC53;
}
</style>