Shades of Conifer #A8DE46
Tints of Conifer #A8DE46
RGB
CMYK
RGB Variations
Color information
#A8DE46 (or 0xA8DE46) is known color: Conifer. HEX triplet: A8, DE and 46. RGB value is (168,222,70). Sum of RGB (Red+Green+Blue) = 168+222+70=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DE46 is #5721B9. Grayscale: #BDBDBD. Windows color (decimal): -5710266 or 4644520. OLE color: 4644520.
HSL color Cylindrical-coordinate representation of color #A8DE46: hue angle of 81.32º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8DE46 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 70 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.13 |
| HSL | 81.32º | 0.7% | 0.57% | - |
| HSV(B) | 81.32º | 0.68% | 0.87% | - |
| XYZ | 43.38 | 61.01 | 15.28 | - |
| YUV | 188.53 | 61.11 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 70 | 0.24 | 0 | 0.68 | 0.13 | 81.32 | 0.7 | 0.57 |
| Hex | A8 | DE | 46 | 18 | 0 | 44 | D | 51 | 46 | 39 |
| Octal | 250 | 336 | 106 | 30 | 0 | 104 | 15 | 121 | 106 | 71 |
| Binary | 10101000 | 11011110 | 1000110 | 11000 | 0 | 1000100 | 1101 | 1010001 | 1000110 | 111001 |
Color Harmonies of #A8DE46
Complementary color
Monochromatic Colors of #A8DE46
Black with #A8DE46
Text Example
Text Example
White with #A8DE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE46; }
p { color: rgb(168,222,70); }
H1.HeaderClassName
{
color: #A8DE46;
}
.AnyTagClassName
{
color: #A8DE46;
}
</style>
background-color css
<style>
a { background-color: #A8DE46; }
a { background-color: rgb(168,222,70); }
div.DivClassName
{
background-color: #A8DE46;
}
.BgClassName
{
background-color: #A8DE46;
}
</style>
border-color css
<style>
span { border-color: #A8DE46; }
span { border-color: rgb(168,222,70); }
td.TdClassName
{
border-color: #A8DE46;
}
.TagClassName
{
border-color: #A8DE46;
}
</style>