Shades of Conifer #A8DE60
Tints of Conifer #A8DE60
RGB
CMYK
RGB Variations
Color information
#A8DE60 (or 0xA8DE60) is known color: Conifer. HEX triplet: A8, DE and 60. RGB value is (168,222,96). Sum of RGB (Red+Green+Blue) = 168+222+96=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DE60 is #57219F. Grayscale: #BFBFBF. Windows color (decimal): -5710240 or 6348456. OLE color: 6348456.
HSL color Cylindrical-coordinate representation of color #A8DE60: hue angle of 85.71º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8DE60 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 96 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.13 |
| HSL | 85.71º | 0.66% | 0.62% | - |
| HSV(B) | 85.71º | 0.57% | 0.87% | - |
| XYZ | 44.38 | 61.41 | 20.58 | - |
| YUV | 191.49 | 74.11 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 96 | 0.24 | 0 | 0.57 | 0.13 | 85.71 | 0.66 | 0.62 |
| Hex | A8 | DE | 60 | 18 | 0 | 39 | D | 56 | 42 | 3E |
| Octal | 250 | 336 | 140 | 30 | 0 | 71 | 15 | 126 | 102 | 76 |
| Binary | 10101000 | 11011110 | 1100000 | 11000 | 0 | 111001 | 1101 | 1010110 | 1000010 | 111110 |
Color Harmonies of #A8DE60
Complementary color
Monochromatic Colors of #A8DE60
Black with #A8DE60
Text Example
Text Example
White with #A8DE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE60; }
p { color: rgb(168,222,96); }
H1.HeaderClassName
{
color: #A8DE60;
}
.AnyTagClassName
{
color: #A8DE60;
}
</style>
background-color css
<style>
a { background-color: #A8DE60; }
a { background-color: rgb(168,222,96); }
div.DivClassName
{
background-color: #A8DE60;
}
.BgClassName
{
background-color: #A8DE60;
}
</style>
border-color css
<style>
span { border-color: #A8DE60; }
span { border-color: rgb(168,222,96); }
td.TdClassName
{
border-color: #A8DE60;
}
.TagClassName
{
border-color: #A8DE60;
}
</style>