Shades of Conifer #A8CF4E
Tints of Conifer #A8CF4E
RGB
CMYK
RGB Variations
Color information
#A8CF4E (or 0xA8CF4E) is known color: Conifer. HEX triplet: A8, CF and 4E. RGB value is (168,207,78). Sum of RGB (Red+Green+Blue) = 168+207+78=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF4E is #5730B1. Grayscale: #B5B5B5. Windows color (decimal): -5714098 or 5164968. OLE color: 5164968.
HSL color Cylindrical-coordinate representation of color #A8CF4E: hue angle of 78.14º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8CF4E is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 78 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.19 |
| HSL | 78.14º | 0.57% | 0.56% | - |
| HSV(B) | 78.14º | 0.62% | 0.81% | - |
| XYZ | 39.84 | 53.5 | 15.43 | - |
| YUV | 180.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 78 | 0.19 | 0 | 0.62 | 0.19 | 78.14 | 0.57 | 0.56 |
| Hex | A8 | CF | 4E | 13 | 0 | 3E | 13 | 4E | 39 | 38 |
| Octal | 250 | 317 | 116 | 23 | 0 | 76 | 23 | 116 | 71 | 70 |
| Binary | 10101000 | 11001111 | 1001110 | 10011 | 0 | 111110 | 10011 | 1001110 | 111001 | 111000 |
Color Harmonies of #A8CF4E
Complementary color
Monochromatic Colors of #A8CF4E
Black with #A8CF4E
Text Example
Text Example
White with #A8CF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF4E; }
p { color: rgb(168,207,78); }
H1.HeaderClassName
{
color: #A8CF4E;
}
.AnyTagClassName
{
color: #A8CF4E;
}
</style>
background-color css
<style>
a { background-color: #A8CF4E; }
a { background-color: rgb(168,207,78); }
div.DivClassName
{
background-color: #A8CF4E;
}
.BgClassName
{
background-color: #A8CF4E;
}
</style>
border-color css
<style>
span { border-color: #A8CF4E; }
span { border-color: rgb(168,207,78); }
td.TdClassName
{
border-color: #A8CF4E;
}
.TagClassName
{
border-color: #A8CF4E;
}
</style>