Shades of Conifer #A8CF5A
Tints of Conifer #A8CF5A
RGB
CMYK
RGB Variations
Color information
#A8CF5A (or 0xA8CF5A) is known color: Conifer. HEX triplet: A8, CF and 5A. RGB value is (168,207,90). Sum of RGB (Red+Green+Blue) = 168+207+90=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF5A is #5730A5. Grayscale: #B6B6B6. Windows color (decimal): -5714086 or 5951400. OLE color: 5951400.
HSL color Cylindrical-coordinate representation of color #A8CF5A: hue angle of 80º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8CF5A is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 90 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.19 |
| HSL | 80º | 0.55% | 0.58% | - |
| HSV(B) | 80º | 0.57% | 0.81% | - |
| XYZ | 40.31 | 53.69 | 17.91 | - |
| YUV | 182 | 76.08 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 90 | 0.19 | 0 | 0.57 | 0.19 | 80 | 0.55 | 0.58 |
| Hex | A8 | CF | 5A | 13 | 0 | 39 | 13 | 50 | 37 | 3A |
| Octal | 250 | 317 | 132 | 23 | 0 | 71 | 23 | 120 | 67 | 72 |
| Binary | 10101000 | 11001111 | 1011010 | 10011 | 0 | 111001 | 10011 | 1010000 | 110111 | 111010 |
Color Harmonies of #A8CF5A
Complementary color
Monochromatic Colors of #A8CF5A
Black with #A8CF5A
Text Example
Text Example
White with #A8CF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF5A; }
p { color: rgb(168,207,90); }
H1.HeaderClassName
{
color: #A8CF5A;
}
.AnyTagClassName
{
color: #A8CF5A;
}
</style>
background-color css
<style>
a { background-color: #A8CF5A; }
a { background-color: rgb(168,207,90); }
div.DivClassName
{
background-color: #A8CF5A;
}
.BgClassName
{
background-color: #A8CF5A;
}
</style>
border-color css
<style>
span { border-color: #A8CF5A; }
span { border-color: rgb(168,207,90); }
td.TdClassName
{
border-color: #A8CF5A;
}
.TagClassName
{
border-color: #A8CF5A;
}
</style>