Shades of Conifer #A8DE44
Tints of Conifer #A8DE44
RGB
CMYK
RGB Variations
Color information
#A8DE44 (or 0xA8DE44) is known color: Conifer. HEX triplet: A8, DE and 44. RGB value is (168,222,68). Sum of RGB (Red+Green+Blue) = 168+222+68=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 68 (26.95% from 255 or 14.85% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DE44 is #5721BB. Grayscale: #BCBCBC. Windows color (decimal): -5710268 or 4513448. OLE color: 4513448.
HSL color Cylindrical-coordinate representation of color #A8DE44: hue angle of 81.04º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8DE44 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 68 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.13 |
| HSL | 81.04º | 0.7% | 0.57% | - |
| HSV(B) | 81.04º | 0.69% | 0.87% | - |
| XYZ | 43.31 | 60.98 | 14.96 | - |
| YUV | 188.3 | 60.11 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 68 | 0.24 | 0 | 0.69 | 0.13 | 81.04 | 0.7 | 0.57 |
| Hex | A8 | DE | 44 | 18 | 0 | 45 | D | 51 | 46 | 39 |
| Octal | 250 | 336 | 104 | 30 | 0 | 105 | 15 | 121 | 106 | 71 |
| Binary | 10101000 | 11011110 | 1000100 | 11000 | 0 | 1000101 | 1101 | 1010001 | 1000110 | 111001 |
Color Harmonies of #A8DE44
Complementary color
Monochromatic Colors of #A8DE44
Black with #A8DE44
Text Example
Text Example
White with #A8DE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE44; }
p { color: rgb(168,222,68); }
H1.HeaderClassName
{
color: #A8DE44;
}
.AnyTagClassName
{
color: #A8DE44;
}
</style>
background-color css
<style>
a { background-color: #A8DE44; }
a { background-color: rgb(168,222,68); }
div.DivClassName
{
background-color: #A8DE44;
}
.BgClassName
{
background-color: #A8DE44;
}
</style>
border-color css
<style>
span { border-color: #A8DE44; }
span { border-color: rgb(168,222,68); }
td.TdClassName
{
border-color: #A8DE44;
}
.TagClassName
{
border-color: #A8DE44;
}
</style>