Shades of Conifer #A8DE4A
Tints of Conifer #A8DE4A
RGB
CMYK
RGB Variations
Color information
#A8DE4A (or 0xA8DE4A) is known color: Conifer. HEX triplet: A8, DE and 4A. RGB value is (168,222,74). Sum of RGB (Red+Green+Blue) = 168+222+74=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DE4A is #5721B5. Grayscale: #BDBDBD. Windows color (decimal): -5710262 or 4906664. OLE color: 4906664.
HSL color Cylindrical-coordinate representation of color #A8DE4A: hue angle of 81.89º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8DE4A is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 74 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.13 |
| HSL | 81.89º | 0.69% | 0.58% | - |
| HSV(B) | 81.89º | 0.67% | 0.87% | - |
| XYZ | 43.51 | 61.06 | 15.97 | - |
| YUV | 188.98 | 63.11 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 74 | 0.24 | 0 | 0.67 | 0.13 | 81.89 | 0.69 | 0.58 |
| Hex | A8 | DE | 4A | 18 | 0 | 43 | D | 52 | 45 | 3A |
| Octal | 250 | 336 | 112 | 30 | 0 | 103 | 15 | 122 | 105 | 72 |
| Binary | 10101000 | 11011110 | 1001010 | 11000 | 0 | 1000011 | 1101 | 1010010 | 1000101 | 111010 |
Color Harmonies of #A8DE4A
Complementary color
Monochromatic Colors of #A8DE4A
Black with #A8DE4A
Text Example
Text Example
White with #A8DE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE4A; }
p { color: rgb(168,222,74); }
H1.HeaderClassName
{
color: #A8DE4A;
}
.AnyTagClassName
{
color: #A8DE4A;
}
</style>
background-color css
<style>
a { background-color: #A8DE4A; }
a { background-color: rgb(168,222,74); }
div.DivClassName
{
background-color: #A8DE4A;
}
.BgClassName
{
background-color: #A8DE4A;
}
</style>
border-color css
<style>
span { border-color: #A8DE4A; }
span { border-color: rgb(168,222,74); }
td.TdClassName
{
border-color: #A8DE4A;
}
.TagClassName
{
border-color: #A8DE4A;
}
</style>