Shades of Conifer #A8DD57
Tints of Conifer #A8DD57
RGB
CMYK
RGB Variations
Color information
#A8DD57 (or 0xA8DD57) is known color: Conifer. HEX triplet: A8, DD and 57. RGB value is (168,221,87). Sum of RGB (Red+Green+Blue) = 168+221+87=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 87 (34.38% from 255 or 18.28% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD57 is #5722A8. Grayscale: #BEBEBE. Windows color (decimal): -5710505 or 5758376. OLE color: 5758376.
HSL color Cylindrical-coordinate representation of color #A8DD57: hue angle of 83.73º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8DD57 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 87 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.13 |
| HSL | 83.73º | 0.66% | 0.6% | - |
| HSV(B) | 83.73º | 0.61% | 0.87% | - |
| XYZ | 43.73 | 60.73 | 18.43 | - |
| YUV | 189.88 | 69.94 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 87 | 0.24 | 0 | 0.61 | 0.13 | 83.73 | 0.66 | 0.6 |
| Hex | A8 | DD | 57 | 18 | 0 | 3D | D | 54 | 42 | 3C |
| Octal | 250 | 335 | 127 | 30 | 0 | 75 | 15 | 124 | 102 | 74 |
| Binary | 10101000 | 11011101 | 1010111 | 11000 | 0 | 111101 | 1101 | 1010100 | 1000010 | 111100 |
Color Harmonies of #A8DD57
Complementary color
Monochromatic Colors of #A8DD57
Black with #A8DD57
Text Example
Text Example
White with #A8DD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD57; }
p { color: rgb(168,221,87); }
H1.HeaderClassName
{
color: #A8DD57;
}
.AnyTagClassName
{
color: #A8DD57;
}
</style>
background-color css
<style>
a { background-color: #A8DD57; }
a { background-color: rgb(168,221,87); }
div.DivClassName
{
background-color: #A8DD57;
}
.BgClassName
{
background-color: #A8DD57;
}
</style>
border-color css
<style>
span { border-color: #A8DD57; }
span { border-color: rgb(168,221,87); }
td.TdClassName
{
border-color: #A8DD57;
}
.TagClassName
{
border-color: #A8DD57;
}
</style>