Shades of Conifer #A8EB3F
Tints of Conifer #A8EB3F
RGB
CMYK
RGB Variations
Color information
#A8EB3F (or 0xA8EB3F) is known color: Conifer. HEX triplet: A8, EB and 3F. RGB value is (168,235,63). Sum of RGB (Red+Green+Blue) = 168+235+63=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EB3F is #5714C0. Grayscale: #C3C3C3. Windows color (decimal): -5706945 or 4189096. OLE color: 4189096.
HSL color Cylindrical-coordinate representation of color #A8EB3F: hue angle of 83.37º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8EB3F is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 63 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.08 |
| HSL | 83.37º | 0.81% | 0.58% | - |
| HSV(B) | 83.37º | 0.73% | 0.92% | - |
| XYZ | 46.75 | 68.1 | 15.38 | - |
| YUV | 195.36 | 53.3 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 63 | 0.29 | 0 | 0.73 | 0.08 | 83.37 | 0.81 | 0.58 |
| Hex | A8 | EB | 3F | 1D | 0 | 49 | 8 | 53 | 51 | 3A |
| Octal | 250 | 353 | 77 | 35 | 0 | 111 | 10 | 123 | 121 | 72 |
| Binary | 10101000 | 11101011 | 111111 | 11101 | 0 | 1001001 | 1000 | 1010011 | 1010001 | 111010 |
Color Harmonies of #A8EB3F
Complementary color
Monochromatic Colors of #A8EB3F
Black with #A8EB3F
Text Example
Text Example
White with #A8EB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EB3F; }
p { color: rgb(168,235,63); }
H1.HeaderClassName
{
color: #A8EB3F;
}
.AnyTagClassName
{
color: #A8EB3F;
}
</style>
background-color css
<style>
a { background-color: #A8EB3F; }
a { background-color: rgb(168,235,63); }
div.DivClassName
{
background-color: #A8EB3F;
}
.BgClassName
{
background-color: #A8EB3F;
}
</style>
border-color css
<style>
span { border-color: #A8EB3F; }
span { border-color: rgb(168,235,63); }
td.TdClassName
{
border-color: #A8EB3F;
}
.TagClassName
{
border-color: #A8EB3F;
}
</style>