Shades of Conifer #A4D753
Tints of Conifer #A4D753
RGB
CMYK
RGB Variations
Color information
#A4D753 (or 0xA4D753) is known color: Conifer. HEX triplet: A4, D7 and 53. RGB value is (164,215,83). Sum of RGB (Red+Green+Blue) = 164+215+83=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 83 (32.81% from 255 or 17.97% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D753 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D753 is #5B28AC. Grayscale: #B9B9B9. Windows color (decimal): -5974189 or 5494692. OLE color: 5494692.
HSL color Cylindrical-coordinate representation of color #A4D753: hue angle of 83.18º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A4D753 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 215 | 83 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.16 |
| HSL | 83.18º | 0.62% | 0.58% | - |
| HSV(B) | 83.18º | 0.61% | 0.84% | - |
| XYZ | 41.17 | 57.12 | 17.04 | - |
| YUV | 184.7 | 70.6 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 215 | 83 | 0.24 | 0 | 0.61 | 0.16 | 83.18 | 0.62 | 0.58 |
| Hex | A4 | D7 | 53 | 18 | 0 | 3D | 10 | 53 | 3E | 3A |
| Octal | 244 | 327 | 123 | 30 | 0 | 75 | 20 | 123 | 76 | 72 |
| Binary | 10100100 | 11010111 | 1010011 | 11000 | 0 | 111101 | 10000 | 1010011 | 111110 | 111010 |
Color Harmonies of #A4D753
Complementary color
Monochromatic Colors of #A4D753
Black with #A4D753
Text Example
Text Example
White with #A4D753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D753; }
p { color: rgb(164,215,83); }
H1.HeaderClassName
{
color: #A4D753;
}
.AnyTagClassName
{
color: #A4D753;
}
</style>
background-color css
<style>
a { background-color: #A4D753; }
a { background-color: rgb(164,215,83); }
div.DivClassName
{
background-color: #A4D753;
}
.BgClassName
{
background-color: #A4D753;
}
</style>
border-color css
<style>
span { border-color: #A4D753; }
span { border-color: rgb(164,215,83); }
td.TdClassName
{
border-color: #A4D753;
}
.TagClassName
{
border-color: #A4D753;
}
</style>