Shades of Conifer #A7E348
Tints of Conifer #A7E348
RGB
CMYK
RGB Variations
Color information
#A7E348 (or 0xA7E348) is known color: Conifer. HEX triplet: A7, E3 and 48. RGB value is (167,227,72). Sum of RGB (Red+Green+Blue) = 167+227+72=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 227 - color contains mainly: green. Hex color #A7E348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7E348 is #581CB7. Grayscale: #BFBFBF. Windows color (decimal): -5774520 or 4776871. OLE color: 4776871.
HSL color Cylindrical-coordinate representation of color #A7E348: hue angle of 83.23º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A7E348 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 227 | 72 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.11 |
| HSL | 83.23º | 0.73% | 0.59% | - |
| HSV(B) | 83.23º | 0.68% | 0.89% | - |
| XYZ | 44.58 | 63.62 | 16.06 | - |
| YUV | 191.39 | 60.62 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 227 | 72 | 0.26 | 0 | 0.68 | 0.11 | 83.23 | 0.73 | 0.59 |
| Hex | A7 | E3 | 48 | 1A | 0 | 44 | B | 53 | 49 | 3B |
| Octal | 247 | 343 | 110 | 32 | 0 | 104 | 13 | 123 | 111 | 73 |
| Binary | 10100111 | 11100011 | 1001000 | 11010 | 0 | 1000100 | 1011 | 1010011 | 1001001 | 111011 |
Color Harmonies of #A7E348
Complementary color
Monochromatic Colors of #A7E348
Black with #A7E348
Text Example
Text Example
White with #A7E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E348; }
p { color: rgb(167,227,72); }
H1.HeaderClassName
{
color: #A7E348;
}
.AnyTagClassName
{
color: #A7E348;
}
</style>
background-color css
<style>
a { background-color: #A7E348; }
a { background-color: rgb(167,227,72); }
div.DivClassName
{
background-color: #A7E348;
}
.BgClassName
{
background-color: #A7E348;
}
</style>
border-color css
<style>
span { border-color: #A7E348; }
span { border-color: rgb(167,227,72); }
td.TdClassName
{
border-color: #A7E348;
}
.TagClassName
{
border-color: #A7E348;
}
</style>