Shades of Conifer #A8CD5C
Tints of Conifer #A8CD5C
RGB
CMYK
RGB Variations
Color information
#A8CD5C (or 0xA8CD5C) is known color: Conifer. HEX triplet: A8, CD and 5C. RGB value is (168,205,92). Sum of RGB (Red+Green+Blue) = 168+205+92=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD5C is #5732A3. Grayscale: #B5B5B5. Windows color (decimal): -5714596 or 6081960. OLE color: 6081960.
HSL color Cylindrical-coordinate representation of color #A8CD5C: hue angle of 79.65º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8CD5C is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 92 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.20 |
| HSL | 79.65º | 0.53% | 0.58% | - |
| HSV(B) | 79.65º | 0.55% | 0.8% | - |
| XYZ | 39.91 | 52.76 | 18.21 | - |
| YUV | 181.06 | 77.74 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 92 | 0.18 | 0 | 0.55 | 0.20 | 79.65 | 0.53 | 0.58 |
| Hex | A8 | CD | 5C | 12 | 0 | 37 | 14 | 50 | 35 | 3A |
| Octal | 250 | 315 | 134 | 22 | 0 | 67 | 24 | 120 | 65 | 72 |
| Binary | 10101000 | 11001101 | 1011100 | 10010 | 0 | 110111 | 10100 | 1010000 | 110101 | 111010 |
Color Harmonies of #A8CD5C
Complementary color
Monochromatic Colors of #A8CD5C
Black with #A8CD5C
Text Example
Text Example
White with #A8CD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD5C; }
p { color: rgb(168,205,92); }
H1.HeaderClassName
{
color: #A8CD5C;
}
.AnyTagClassName
{
color: #A8CD5C;
}
</style>
background-color css
<style>
a { background-color: #A8CD5C; }
a { background-color: rgb(168,205,92); }
div.DivClassName
{
background-color: #A8CD5C;
}
.BgClassName
{
background-color: #A8CD5C;
}
</style>
border-color css
<style>
span { border-color: #A8CD5C; }
span { border-color: rgb(168,205,92); }
td.TdClassName
{
border-color: #A8CD5C;
}
.TagClassName
{
border-color: #A8CD5C;
}
</style>