Shades of Conifer #A8DE65
Tints of Conifer #A8DE65
RGB
CMYK
RGB Variations
Color information
#A8DE65 (or 0xA8DE65) is known color: Conifer. HEX triplet: A8, DE and 65. RGB value is (168,222,101). Sum of RGB (Red+Green+Blue) = 168+222+101=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DE65 is #57219A. Grayscale: #C0C0C0. Windows color (decimal): -5710235 or 6676136. OLE color: 6676136.
HSL color Cylindrical-coordinate representation of color #A8DE65: hue angle of 86.78º degrees, saturation: 0.65, 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 #A8DE65 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 101 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.13 |
| HSL | 86.78º | 0.65% | 0.63% | - |
| HSV(B) | 86.78º | 0.55% | 0.87% | - |
| XYZ | 44.62 | 61.51 | 21.83 | - |
| YUV | 192.06 | 76.61 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 101 | 0.24 | 0 | 0.55 | 0.13 | 86.78 | 0.65 | 0.63 |
| Hex | A8 | DE | 65 | 18 | 0 | 37 | D | 57 | 41 | 3F |
| Octal | 250 | 336 | 145 | 30 | 0 | 67 | 15 | 127 | 101 | 77 |
| Binary | 10101000 | 11011110 | 1100101 | 11000 | 0 | 110111 | 1101 | 1010111 | 1000001 | 111111 |
Color Harmonies of #A8DE65
Complementary color
Monochromatic Colors of #A8DE65
Black with #A8DE65
Text Example
Text Example
White with #A8DE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE65; }
p { color: rgb(168,222,101); }
H1.HeaderClassName
{
color: #A8DE65;
}
.AnyTagClassName
{
color: #A8DE65;
}
</style>
background-color css
<style>
a { background-color: #A8DE65; }
a { background-color: rgb(168,222,101); }
div.DivClassName
{
background-color: #A8DE65;
}
.BgClassName
{
background-color: #A8DE65;
}
</style>
border-color css
<style>
span { border-color: #A8DE65; }
span { border-color: rgb(168,222,101); }
td.TdClassName
{
border-color: #A8DE65;
}
.TagClassName
{
border-color: #A8DE65;
}
</style>