Shades of Conifer #A8CF5D
Tints of Conifer #A8CF5D
RGB
CMYK
RGB Variations
Color information
#A8CF5D (or 0xA8CF5D) is known color: Conifer. HEX triplet: A8, CF and 5D. RGB value is (168,207,93). Sum of RGB (Red+Green+Blue) = 168+207+93=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF5D is #5730A2. Grayscale: #B6B6B6. Windows color (decimal): -5714083 or 6148008. OLE color: 6148008.
HSL color Cylindrical-coordinate representation of color #A8CF5D: hue angle of 80.53º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8CF5D is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 93 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.19 |
| HSL | 80.53º | 0.54% | 0.59% | - |
| HSV(B) | 80.53º | 0.55% | 0.81% | - |
| XYZ | 40.44 | 53.74 | 18.6 | - |
| YUV | 182.34 | 77.58 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 93 | 0.19 | 0 | 0.55 | 0.19 | 80.53 | 0.54 | 0.59 |
| Hex | A8 | CF | 5D | 13 | 0 | 37 | 13 | 51 | 36 | 3B |
| Octal | 250 | 317 | 135 | 23 | 0 | 67 | 23 | 121 | 66 | 73 |
| Binary | 10101000 | 11001111 | 1011101 | 10011 | 0 | 110111 | 10011 | 1010001 | 110110 | 111011 |
Color Harmonies of #A8CF5D
Complementary color
Monochromatic Colors of #A8CF5D
Black with #A8CF5D
Text Example
Text Example
White with #A8CF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF5D; }
p { color: rgb(168,207,93); }
H1.HeaderClassName
{
color: #A8CF5D;
}
.AnyTagClassName
{
color: #A8CF5D;
}
</style>
background-color css
<style>
a { background-color: #A8CF5D; }
a { background-color: rgb(168,207,93); }
div.DivClassName
{
background-color: #A8CF5D;
}
.BgClassName
{
background-color: #A8CF5D;
}
</style>
border-color css
<style>
span { border-color: #A8CF5D; }
span { border-color: rgb(168,207,93); }
td.TdClassName
{
border-color: #A8CF5D;
}
.TagClassName
{
border-color: #A8CF5D;
}
</style>