Shades of Conifer #A8CF5B
Tints of Conifer #A8CF5B
RGB
CMYK
RGB Variations
Color information
#A8CF5B (or 0xA8CF5B) is known color: Conifer. HEX triplet: A8, CF and 5B. RGB value is (168,207,91). Sum of RGB (Red+Green+Blue) = 168+207+91=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF5B is #5730A4. Grayscale: #B6B6B6. Windows color (decimal): -5714085 or 6016936. OLE color: 6016936.
HSL color Cylindrical-coordinate representation of color #A8CF5B: hue angle of 80.17º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8CF5B is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 91 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.19 |
| HSL | 80.17º | 0.55% | 0.58% | - |
| HSV(B) | 80.17º | 0.56% | 0.81% | - |
| XYZ | 40.35 | 53.71 | 18.14 | - |
| YUV | 182.12 | 76.58 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 91 | 0.19 | 0 | 0.56 | 0.19 | 80.17 | 0.55 | 0.58 |
| Hex | A8 | CF | 5B | 13 | 0 | 38 | 13 | 50 | 37 | 3A |
| Octal | 250 | 317 | 133 | 23 | 0 | 70 | 23 | 120 | 67 | 72 |
| Binary | 10101000 | 11001111 | 1011011 | 10011 | 0 | 111000 | 10011 | 1010000 | 110111 | 111010 |
Color Harmonies of #A8CF5B
Complementary color
Monochromatic Colors of #A8CF5B
Black with #A8CF5B
Text Example
Text Example
White with #A8CF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF5B; }
p { color: rgb(168,207,91); }
H1.HeaderClassName
{
color: #A8CF5B;
}
.AnyTagClassName
{
color: #A8CF5B;
}
</style>
background-color css
<style>
a { background-color: #A8CF5B; }
a { background-color: rgb(168,207,91); }
div.DivClassName
{
background-color: #A8CF5B;
}
.BgClassName
{
background-color: #A8CF5B;
}
</style>
border-color css
<style>
span { border-color: #A8CF5B; }
span { border-color: rgb(168,207,91); }
td.TdClassName
{
border-color: #A8CF5B;
}
.TagClassName
{
border-color: #A8CF5B;
}
</style>