Shades of Conifer #A8DE4F
Tints of Conifer #A8DE4F
RGB
CMYK
RGB Variations
Color information
#A8DE4F (or 0xA8DE4F) is known color: Conifer. HEX triplet: A8, DE and 4F. RGB value is (168,222,79). Sum of RGB (Red+Green+Blue) = 168+222+79=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 79 (31.25% from 255 or 16.84% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DE4F is #5721B0. Grayscale: #BEBEBE. Windows color (decimal): -5710257 or 5234344. OLE color: 5234344.
HSL color Cylindrical-coordinate representation of color #A8DE4F: hue angle of 82.66º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8DE4F is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 79 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.13 |
| HSL | 82.66º | 0.68% | 0.59% | - |
| HSV(B) | 82.66º | 0.64% | 0.87% | - |
| XYZ | 43.68 | 61.13 | 16.89 | - |
| YUV | 189.55 | 65.61 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 79 | 0.24 | 0 | 0.64 | 0.13 | 82.66 | 0.68 | 0.59 |
| Hex | A8 | DE | 4F | 18 | 0 | 40 | D | 53 | 44 | 3B |
| Octal | 250 | 336 | 117 | 30 | 0 | 100 | 15 | 123 | 104 | 73 |
| Binary | 10101000 | 11011110 | 1001111 | 11000 | 0 | 1000000 | 1101 | 1010011 | 1000100 | 111011 |
Color Harmonies of #A8DE4F
Complementary color
Monochromatic Colors of #A8DE4F
Black with #A8DE4F
Text Example
Text Example
White with #A8DE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE4F; }
p { color: rgb(168,222,79); }
H1.HeaderClassName
{
color: #A8DE4F;
}
.AnyTagClassName
{
color: #A8DE4F;
}
</style>
background-color css
<style>
a { background-color: #A8DE4F; }
a { background-color: rgb(168,222,79); }
div.DivClassName
{
background-color: #A8DE4F;
}
.BgClassName
{
background-color: #A8DE4F;
}
</style>
border-color css
<style>
span { border-color: #A8DE4F; }
span { border-color: rgb(168,222,79); }
td.TdClassName
{
border-color: #A8DE4F;
}
.TagClassName
{
border-color: #A8DE4F;
}
</style>