Shades of Conifer #A6DD58
Tints of Conifer #A6DD58
RGB
CMYK
RGB Variations
Color information
#A6DD58 (or 0xA6DD58) is known color: Conifer. HEX triplet: A6, DD and 58. RGB value is (166,221,88). Sum of RGB (Red+Green+Blue) = 166+221+88=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD58 is #5922A7. Grayscale: #BDBDBD. Windows color (decimal): -5841576 or 5823910. OLE color: 5823910.
HSL color Cylindrical-coordinate representation of color #A6DD58: hue angle of 84.81º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6DD58 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 88 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.13 |
| HSL | 84.81º | 0.66% | 0.61% | - |
| HSV(B) | 84.81º | 0.6% | 0.87% | - |
| XYZ | 43.34 | 60.52 | 18.63 | - |
| YUV | 189.39 | 70.78 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 88 | 0.25 | 0 | 0.60 | 0.13 | 84.81 | 0.66 | 0.61 |
| Hex | A6 | DD | 58 | 19 | 0 | 3C | D | 55 | 42 | 3D |
| Octal | 246 | 335 | 130 | 31 | 0 | 74 | 15 | 125 | 102 | 75 |
| Binary | 10100110 | 11011101 | 1011000 | 11001 | 0 | 111100 | 1101 | 1010101 | 1000010 | 111101 |
Color Harmonies of #A6DD58
Complementary color
Monochromatic Colors of #A6DD58
Black with #A6DD58
Text Example
Text Example
White with #A6DD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD58; }
p { color: rgb(166,221,88); }
H1.HeaderClassName
{
color: #A6DD58;
}
.AnyTagClassName
{
color: #A6DD58;
}
</style>
background-color css
<style>
a { background-color: #A6DD58; }
a { background-color: rgb(166,221,88); }
div.DivClassName
{
background-color: #A6DD58;
}
.BgClassName
{
background-color: #A6DD58;
}
</style>
border-color css
<style>
span { border-color: #A6DD58; }
span { border-color: rgb(166,221,88); }
td.TdClassName
{
border-color: #A6DD58;
}
.TagClassName
{
border-color: #A6DD58;
}
</style>