Shades of Conifer #A8DD5C
Tints of Conifer #A8DD5C
RGB
CMYK
RGB Variations
Color information
#A8DD5C (or 0xA8DD5C) is known color: Conifer. HEX triplet: A8, DD and 5C. RGB value is (168,221,92). Sum of RGB (Red+Green+Blue) = 168+221+92=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD5C is #5722A3. Grayscale: #BEBEBE. Windows color (decimal): -5710500 or 6086056. OLE color: 6086056.
HSL color Cylindrical-coordinate representation of color #A8DD5C: hue angle of 84.65º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8DD5C is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 92 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.13 |
| HSL | 84.65º | 0.65% | 0.61% | - |
| HSV(B) | 84.65º | 0.58% | 0.87% | - |
| XYZ | 43.94 | 60.81 | 19.55 | - |
| YUV | 190.45 | 72.44 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 92 | 0.24 | 0 | 0.58 | 0.13 | 84.65 | 0.65 | 0.61 |
| Hex | A8 | DD | 5C | 18 | 0 | 3A | D | 55 | 41 | 3D |
| Octal | 250 | 335 | 134 | 30 | 0 | 72 | 15 | 125 | 101 | 75 |
| Binary | 10101000 | 11011101 | 1011100 | 11000 | 0 | 111010 | 1101 | 1010101 | 1000001 | 111101 |
Color Harmonies of #A8DD5C
Complementary color
Monochromatic Colors of #A8DD5C
Black with #A8DD5C
Text Example
Text Example
White with #A8DD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD5C; }
p { color: rgb(168,221,92); }
H1.HeaderClassName
{
color: #A8DD5C;
}
.AnyTagClassName
{
color: #A8DD5C;
}
</style>
background-color css
<style>
a { background-color: #A8DD5C; }
a { background-color: rgb(168,221,92); }
div.DivClassName
{
background-color: #A8DD5C;
}
.BgClassName
{
background-color: #A8DD5C;
}
</style>
border-color css
<style>
span { border-color: #A8DD5C; }
span { border-color: rgb(168,221,92); }
td.TdClassName
{
border-color: #A8DD5C;
}
.TagClassName
{
border-color: #A8DD5C;
}
</style>