Shades of Conifer #A8D553
Tints of Conifer #A8D553
RGB
CMYK
RGB Variations
Color information
#A8D553 (or 0xA8D553) is known color: Conifer. HEX triplet: A8, D5 and 53. RGB value is (168,213,83). Sum of RGB (Red+Green+Blue) = 168+213+83=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D553 is #572AAC. Grayscale: #B9B9B9. Windows color (decimal): -5712557 or 5494184. OLE color: 5494184.
HSL color Cylindrical-coordinate representation of color #A8D553: hue angle of 80.77º degrees, saturation: 0.61, 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 #A8D553 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 83 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.16 |
| HSL | 80.77º | 0.61% | 0.58% | - |
| HSV(B) | 80.77º | 0.61% | 0.84% | - |
| XYZ | 41.5 | 56.54 | 16.91 | - |
| YUV | 184.73 | 70.59 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 83 | 0.21 | 0 | 0.61 | 0.16 | 80.77 | 0.61 | 0.58 |
| Hex | A8 | D5 | 53 | 15 | 0 | 3D | 10 | 51 | 3D | 3A |
| Octal | 250 | 325 | 123 | 25 | 0 | 75 | 20 | 121 | 75 | 72 |
| Binary | 10101000 | 11010101 | 1010011 | 10101 | 0 | 111101 | 10000 | 1010001 | 111101 | 111010 |
Color Harmonies of #A8D553
Complementary color
Monochromatic Colors of #A8D553
Black with #A8D553
Text Example
Text Example
White with #A8D553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D553; }
p { color: rgb(168,213,83); }
H1.HeaderClassName
{
color: #A8D553;
}
.AnyTagClassName
{
color: #A8D553;
}
</style>
background-color css
<style>
a { background-color: #A8D553; }
a { background-color: rgb(168,213,83); }
div.DivClassName
{
background-color: #A8D553;
}
.BgClassName
{
background-color: #A8D553;
}
</style>
border-color css
<style>
span { border-color: #A8D553; }
span { border-color: rgb(168,213,83); }
td.TdClassName
{
border-color: #A8D553;
}
.TagClassName
{
border-color: #A8D553;
}
</style>