Shades of Conifer #A8DA4A
Tints of Conifer #A8DA4A
RGB
CMYK
RGB Variations
Color information
#A8DA4A (or 0xA8DA4A) is known color: Conifer. HEX triplet: A8, DA and 4A. RGB value is (168,218,74). Sum of RGB (Red+Green+Blue) = 168+218+74=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DA4A is #5725B5. Grayscale: #BBBBBB. Windows color (decimal): -5711286 or 4905640. OLE color: 4905640.
HSL color Cylindrical-coordinate representation of color #A8DA4A: hue angle of 80.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8DA4A is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 74 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.15 |
| HSL | 80.83º | 0.66% | 0.57% | - |
| HSV(B) | 80.83º | 0.66% | 0.85% | - |
| XYZ | 42.46 | 58.96 | 15.62 | - |
| YUV | 186.63 | 64.44 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 74 | 0.23 | 0 | 0.66 | 0.15 | 80.83 | 0.66 | 0.57 |
| Hex | A8 | DA | 4A | 17 | 0 | 42 | F | 51 | 42 | 39 |
| Octal | 250 | 332 | 112 | 27 | 0 | 102 | 17 | 121 | 102 | 71 |
| Binary | 10101000 | 11011010 | 1001010 | 10111 | 0 | 1000010 | 1111 | 1010001 | 1000010 | 111001 |
Color Harmonies of #A8DA4A
Complementary color
Monochromatic Colors of #A8DA4A
Black with #A8DA4A
Text Example
Text Example
White with #A8DA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA4A; }
p { color: rgb(168,218,74); }
H1.HeaderClassName
{
color: #A8DA4A;
}
.AnyTagClassName
{
color: #A8DA4A;
}
</style>
background-color css
<style>
a { background-color: #A8DA4A; }
a { background-color: rgb(168,218,74); }
div.DivClassName
{
background-color: #A8DA4A;
}
.BgClassName
{
background-color: #A8DA4A;
}
</style>
border-color css
<style>
span { border-color: #A8DA4A; }
span { border-color: rgb(168,218,74); }
td.TdClassName
{
border-color: #A8DA4A;
}
.TagClassName
{
border-color: #A8DA4A;
}
</style>