Shades of Conifer #A8D254
Tints of Conifer #A8D254
RGB
CMYK
RGB Variations
Color information
#A8D254 (or 0xA8D254) is known color: Conifer. HEX triplet: A8, D2 and 54. RGB value is (168,210,84). Sum of RGB (Red+Green+Blue) = 168+210+84=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D254 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D254 is #572DAB. Grayscale: #B7B7B7. Windows color (decimal): -5713324 or 5558952. OLE color: 5558952.
HSL color Cylindrical-coordinate representation of color #A8D254: hue angle of 80º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8D254 is Cyan = 0.2, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 84 | - |
| CMYK | 0.2 | 0 | 0.6 | 0.18 |
| HSL | 80º | 0.58% | 0.58% | - |
| HSV(B) | 80º | 0.6% | 0.82% | - |
| XYZ | 40.8 | 55.06 | 16.86 | - |
| YUV | 183.08 | 72.09 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 84 | 0.2 | 0 | 0.6 | 0.18 | 80 | 0.58 | 0.58 |
| Hex | A8 | D2 | 54 | 14 | 0 | 3C | 12 | 50 | 3A | 3A |
| Octal | 250 | 322 | 124 | 24 | 0 | 74 | 22 | 120 | 72 | 72 |
| Binary | 10101000 | 11010010 | 1010100 | 10100 | 0 | 111100 | 10010 | 1010000 | 111010 | 111010 |
Color Harmonies of #A8D254
Complementary color
Monochromatic Colors of #A8D254
Black with #A8D254
Text Example
Text Example
White with #A8D254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D254; }
p { color: rgb(168,210,84); }
H1.HeaderClassName
{
color: #A8D254;
}
.AnyTagClassName
{
color: #A8D254;
}
</style>
background-color css
<style>
a { background-color: #A8D254; }
a { background-color: rgb(168,210,84); }
div.DivClassName
{
background-color: #A8D254;
}
.BgClassName
{
background-color: #A8D254;
}
</style>
border-color css
<style>
span { border-color: #A8D254; }
span { border-color: rgb(168,210,84); }
td.TdClassName
{
border-color: #A8D254;
}
.TagClassName
{
border-color: #A8D254;
}
</style>