Shades of Conifer #A8CD5A
Tints of Conifer #A8CD5A
RGB
CMYK
RGB Variations
Color information
#A8CD5A (or 0xA8CD5A) is known color: Conifer. HEX triplet: A8, CD and 5A. RGB value is (168,205,90). Sum of RGB (Red+Green+Blue) = 168+205+90=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD5A is #5732A5. Grayscale: #B5B5B5. Windows color (decimal): -5714598 or 5950888. OLE color: 5950888.
HSL color Cylindrical-coordinate representation of color #A8CD5A: hue angle of 79.3º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8CD5A is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 90 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.20 |
| HSL | 79.3º | 0.53% | 0.58% | - |
| HSV(B) | 79.3º | 0.56% | 0.8% | - |
| XYZ | 39.83 | 52.73 | 17.75 | - |
| YUV | 180.83 | 76.74 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 90 | 0.18 | 0 | 0.56 | 0.20 | 79.3 | 0.53 | 0.58 |
| Hex | A8 | CD | 5A | 12 | 0 | 38 | 14 | 4F | 35 | 3A |
| Octal | 250 | 315 | 132 | 22 | 0 | 70 | 24 | 117 | 65 | 72 |
| Binary | 10101000 | 11001101 | 1011010 | 10010 | 0 | 111000 | 10100 | 1001111 | 110101 | 111010 |
Color Harmonies of #A8CD5A
Complementary color
Monochromatic Colors of #A8CD5A
Black with #A8CD5A
Text Example
Text Example
White with #A8CD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD5A; }
p { color: rgb(168,205,90); }
H1.HeaderClassName
{
color: #A8CD5A;
}
.AnyTagClassName
{
color: #A8CD5A;
}
</style>
background-color css
<style>
a { background-color: #A8CD5A; }
a { background-color: rgb(168,205,90); }
div.DivClassName
{
background-color: #A8CD5A;
}
.BgClassName
{
background-color: #A8CD5A;
}
</style>
border-color css
<style>
span { border-color: #A8CD5A; }
span { border-color: rgb(168,205,90); }
td.TdClassName
{
border-color: #A8CD5A;
}
.TagClassName
{
border-color: #A8CD5A;
}
</style>