Shades of Conifer #A8DD64
Tints of Conifer #A8DD64
RGB
CMYK
RGB Variations
Color information
#A8DD64 (or 0xA8DD64) is known color: Conifer. HEX triplet: A8, DD and 64. RGB value is (168,221,100). Sum of RGB (Red+Green+Blue) = 168+221+100=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 100 (39.45% from 255 or 20.45% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD64 is #57229B. Grayscale: #BFBFBF. Windows color (decimal): -5710492 or 6610344. OLE color: 6610344.
HSL color Cylindrical-coordinate representation of color #A8DD64: hue angle of 86.28º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8DD64 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 100 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.13 |
| HSL | 86.28º | 0.64% | 0.63% | - |
| HSV(B) | 86.28º | 0.55% | 0.87% | - |
| XYZ | 44.31 | 60.96 | 21.49 | - |
| YUV | 191.36 | 76.44 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 100 | 0.24 | 0 | 0.55 | 0.13 | 86.28 | 0.64 | 0.63 |
| Hex | A8 | DD | 64 | 18 | 0 | 37 | D | 56 | 40 | 3F |
| Octal | 250 | 335 | 144 | 30 | 0 | 67 | 15 | 126 | 100 | 77 |
| Binary | 10101000 | 11011101 | 1100100 | 11000 | 0 | 110111 | 1101 | 1010110 | 1000000 | 111111 |
Color Harmonies of #A8DD64
Complementary color
Monochromatic Colors of #A8DD64
Black with #A8DD64
Text Example
Text Example
White with #A8DD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD64; }
p { color: rgb(168,221,100); }
H1.HeaderClassName
{
color: #A8DD64;
}
.AnyTagClassName
{
color: #A8DD64;
}
</style>
background-color css
<style>
a { background-color: #A8DD64; }
a { background-color: rgb(168,221,100); }
div.DivClassName
{
background-color: #A8DD64;
}
.BgClassName
{
background-color: #A8DD64;
}
</style>
border-color css
<style>
span { border-color: #A8DD64; }
span { border-color: rgb(168,221,100); }
td.TdClassName
{
border-color: #A8DD64;
}
.TagClassName
{
border-color: #A8DD64;
}
</style>