Shades of Conifer #A8DE43
Tints of Conifer #A8DE43
RGB
CMYK
RGB Variations
Color information
#A8DE43 (or 0xA8DE43) is known color: Conifer. HEX triplet: A8, DE and 43. RGB value is (168,222,67). Sum of RGB (Red+Green+Blue) = 168+222+67=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 67 (26.56% from 255 or 14.66% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DE43 is #5721BC. Grayscale: #BCBCBC. Windows color (decimal): -5710269 or 4447912. OLE color: 4447912.
HSL color Cylindrical-coordinate representation of color #A8DE43: hue angle of 80.9º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8DE43 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 67 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.13 |
| HSL | 80.9º | 0.7% | 0.57% | - |
| HSV(B) | 80.9º | 0.7% | 0.87% | - |
| XYZ | 43.28 | 60.97 | 14.8 | - |
| YUV | 188.18 | 59.61 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 67 | 0.24 | 0 | 0.70 | 0.13 | 80.9 | 0.7 | 0.57 |
| Hex | A8 | DE | 43 | 18 | 0 | 46 | D | 51 | 46 | 39 |
| Octal | 250 | 336 | 103 | 30 | 0 | 106 | 15 | 121 | 106 | 71 |
| Binary | 10101000 | 11011110 | 1000011 | 11000 | 0 | 1000110 | 1101 | 1010001 | 1000110 | 111001 |
Color Harmonies of #A8DE43
Complementary color
Monochromatic Colors of #A8DE43
Black with #A8DE43
Text Example
Text Example
White with #A8DE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE43; }
p { color: rgb(168,222,67); }
H1.HeaderClassName
{
color: #A8DE43;
}
.AnyTagClassName
{
color: #A8DE43;
}
</style>
background-color css
<style>
a { background-color: #A8DE43; }
a { background-color: rgb(168,222,67); }
div.DivClassName
{
background-color: #A8DE43;
}
.BgClassName
{
background-color: #A8DE43;
}
</style>
border-color css
<style>
span { border-color: #A8DE43; }
span { border-color: rgb(168,222,67); }
td.TdClassName
{
border-color: #A8DE43;
}
.TagClassName
{
border-color: #A8DE43;
}
</style>