Shades of Conifer #A8D45B
Tints of Conifer #A8D45B
RGB
CMYK
RGB Variations
Color information
#A8D45B (or 0xA8D45B) is known color: Conifer. HEX triplet: A8, D4 and 5B. RGB value is (168,212,91). Sum of RGB (Red+Green+Blue) = 168+212+91=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D45B is #572BA4. Grayscale: #B9B9B9. Windows color (decimal): -5712805 or 6018216. OLE color: 6018216.
HSL color Cylindrical-coordinate representation of color #A8D45B: hue angle of 81.82º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8D45B is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
RGB | 168 | 212 | 91 | - |
CMYK | 0.21 | 0 | 0.57 | 0.17 |
HSL | 81.82º | 0.58% | 0.59% | - |
HSV(B) | 81.82º | 0.57% | 0.83% | - |
XYZ | 41.58 | 56.17 | 18.55 | - |
YUV | 185.05 | 74.92 | 115.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 212 | 91 | 0.21 | 0 | 0.57 | 0.17 | 81.82 | 0.58 | 0.59 |
Hex | A8 | D4 | 5B | 15 | 0 | 39 | 11 | 52 | 3A | 3B |
Octal | 250 | 324 | 133 | 25 | 0 | 71 | 21 | 122 | 72 | 73 |
Binary | 10101000 | 11010100 | 1011011 | 10101 | 0 | 111001 | 10001 | 1010010 | 111010 | 111011 |
Color Harmonies of #A8D45B
Complementary color
Monochromatic Colors of #A8D45B
Black with #A8D45B
Text Example
Text Example
White with #A8D45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D45B; }
p { color: rgb(168,212,91); }
H1.HeaderClassName
{
color: #A8D45B;
}
.AnyTagClassName
{
color: #A8D45B;
}
</style>
background-color css
<style>
a { background-color: #A8D45B; }
a { background-color: rgb(168,212,91); }
div.DivClassName
{
background-color: #A8D45B;
}
.BgClassName
{
background-color: #A8D45B;
}
</style>
border-color css
<style>
span { border-color: #A8D45B; }
span { border-color: rgb(168,212,91); }
td.TdClassName
{
border-color: #A8D45B;
}
.TagClassName
{
border-color: #A8D45B;
}
</style>