Shades of Conifer #A8E33F
Tints of Conifer #A8E33F
RGB
CMYK
RGB Variations
Color information
#A8E33F (or 0xA8E33F) is known color: Conifer. HEX triplet: A8, E3 and 3F. RGB value is (168,227,63). Sum of RGB (Red+Green+Blue) = 168+227+63=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 227 (89.06% from 255 or 49.56% from 458); Blue value is 63 (25% from 255 or 13.76% from 458); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E33F is #571CC0. Grayscale: #BFBFBF. Windows color (decimal): -5708993 or 4187048. OLE color: 4187048.
HSL color Cylindrical-coordinate representation of color #A8E33F: hue angle of 81.59º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8E33F is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 63 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.11 |
| HSL | 81.59º | 0.75% | 0.57% | - |
| HSV(B) | 81.59º | 0.72% | 0.89% | - |
| XYZ | 44.51 | 63.62 | 14.64 | - |
| YUV | 190.66 | 55.95 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 63 | 0.26 | 0 | 0.72 | 0.11 | 81.59 | 0.75 | 0.57 |
| Hex | A8 | E3 | 3F | 1A | 0 | 48 | B | 52 | 4B | 39 |
| Octal | 250 | 343 | 77 | 32 | 0 | 110 | 13 | 122 | 113 | 71 |
| Binary | 10101000 | 11100011 | 111111 | 11010 | 0 | 1001000 | 1011 | 1010010 | 1001011 | 111001 |
Color Harmonies of #A8E33F
Complementary color
Monochromatic Colors of #A8E33F
Black with #A8E33F
Text Example
Text Example
White with #A8E33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E33F; }
p { color: rgb(168,227,63); }
H1.HeaderClassName
{
color: #A8E33F;
}
.AnyTagClassName
{
color: #A8E33F;
}
</style>
background-color css
<style>
a { background-color: #A8E33F; }
a { background-color: rgb(168,227,63); }
div.DivClassName
{
background-color: #A8E33F;
}
.BgClassName
{
background-color: #A8E33F;
}
</style>
border-color css
<style>
span { border-color: #A8E33F; }
span { border-color: rgb(168,227,63); }
td.TdClassName
{
border-color: #A8E33F;
}
.TagClassName
{
border-color: #A8E33F;
}
</style>