Shades of Conifer #A8E34C
Tints of Conifer #A8E34C
RGB
CMYK
RGB Variations
Color information
#A8E34C (or 0xA8E34C) is known color: Conifer. HEX triplet: A8, E3 and 4C. RGB value is (168,227,76). Sum of RGB (Red+Green+Blue) = 168+227+76=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E34C is #571CB3. Grayscale: #C0C0C0. Windows color (decimal): -5708980 or 5039016. OLE color: 5039016.
HSL color Cylindrical-coordinate representation of color #A8E34C: hue angle of 83.44º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8E34C is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 76 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.11 |
| HSL | 83.44º | 0.73% | 0.59% | - |
| HSV(B) | 83.44º | 0.67% | 0.89% | - |
| XYZ | 44.92 | 63.78 | 16.78 | - |
| YUV | 192.15 | 62.45 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 76 | 0.26 | 0 | 0.67 | 0.11 | 83.44 | 0.73 | 0.59 |
| Hex | A8 | E3 | 4C | 1A | 0 | 43 | B | 53 | 49 | 3B |
| Octal | 250 | 343 | 114 | 32 | 0 | 103 | 13 | 123 | 111 | 73 |
| Binary | 10101000 | 11100011 | 1001100 | 11010 | 0 | 1000011 | 1011 | 1010011 | 1001001 | 111011 |
Color Harmonies of #A8E34C
Complementary color
Monochromatic Colors of #A8E34C
Black with #A8E34C
Text Example
Text Example
White with #A8E34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E34C; }
p { color: rgb(168,227,76); }
H1.HeaderClassName
{
color: #A8E34C;
}
.AnyTagClassName
{
color: #A8E34C;
}
</style>
background-color css
<style>
a { background-color: #A8E34C; }
a { background-color: rgb(168,227,76); }
div.DivClassName
{
background-color: #A8E34C;
}
.BgClassName
{
background-color: #A8E34C;
}
</style>
border-color css
<style>
span { border-color: #A8E34C; }
span { border-color: rgb(168,227,76); }
td.TdClassName
{
border-color: #A8E34C;
}
.TagClassName
{
border-color: #A8E34C;
}
</style>