Shades of Conifer #A5DE4D
Tints of Conifer #A5DE4D
RGB
CMYK
RGB Variations
Color information
#A5DE4D (or 0xA5DE4D) is known color: Conifer. HEX triplet: A5, DE and 4D. RGB value is (165,222,77). Sum of RGB (Red+Green+Blue) = 165+222+77=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DE4D is #5A21B2. Grayscale: #BCBCBC. Windows color (decimal): -5906867 or 5103269. OLE color: 5103269.
HSL color Cylindrical-coordinate representation of color #A5DE4D: hue angle of 83.59º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5DE4D is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 222 | 77 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.13 |
| HSL | 83.59º | 0.69% | 0.59% | - |
| HSV(B) | 83.59º | 0.65% | 0.87% | - |
| XYZ | 42.98 | 60.78 | 16.49 | - |
| YUV | 188.43 | 65.12 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 77 | 0.26 | 0 | 0.65 | 0.13 | 83.59 | 0.69 | 0.59 |
| Hex | A5 | DE | 4D | 1A | 0 | 41 | D | 54 | 45 | 3B |
| Octal | 245 | 336 | 115 | 32 | 0 | 101 | 15 | 124 | 105 | 73 |
| Binary | 10100101 | 11011110 | 1001101 | 11010 | 0 | 1000001 | 1101 | 1010100 | 1000101 | 111011 |
Color Harmonies of #A5DE4D
Complementary color
Monochromatic Colors of #A5DE4D
Black with #A5DE4D
Text Example
Text Example
White with #A5DE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DE4D; }
p { color: rgb(165,222,77); }
H1.HeaderClassName
{
color: #A5DE4D;
}
.AnyTagClassName
{
color: #A5DE4D;
}
</style>
background-color css
<style>
a { background-color: #A5DE4D; }
a { background-color: rgb(165,222,77); }
div.DivClassName
{
background-color: #A5DE4D;
}
.BgClassName
{
background-color: #A5DE4D;
}
</style>
border-color css
<style>
span { border-color: #A5DE4D; }
span { border-color: rgb(165,222,77); }
td.TdClassName
{
border-color: #A5DE4D;
}
.TagClassName
{
border-color: #A5DE4D;
}
</style>