Shades of Norway #A7C28E
Tints of Norway #A7C28E
RGB
CMYK
RGB Variations
Color information
#A7C28E (or 0xA7C28E) is known color: Norway. HEX triplet: A7, C2 and 8E. RGB value is (167,194,142). Sum of RGB (Red+Green+Blue) = 167+194+142=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C28E is #583D71. Grayscale: #B4B4B4. Windows color (decimal): -5782898 or 9355943. OLE color: 9355943.
HSL color Cylindrical-coordinate representation of color #A7C28E: hue angle of 91.15º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7C28E is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 194 | 142 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.24 |
| HSL | 91.15º | 0.3% | 0.66% | - |
| HSV(B) | 91.15º | 0.27% | 0.76% | - |
| XYZ | 40.11 | 48.75 | 32.89 | - |
| YUV | 180 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 194 | 142 | 0.14 | 0 | 0.27 | 0.24 | 91.15 | 0.3 | 0.66 |
| Hex | A7 | C2 | 8E | E | 0 | 1B | 18 | 5B | 1E | 42 |
| Octal | 247 | 302 | 216 | 16 | 0 | 33 | 30 | 133 | 36 | 102 |
| Binary | 10100111 | 11000010 | 10001110 | 1110 | 0 | 11011 | 11000 | 1011011 | 11110 | 1000010 |
Color Harmonies of #A7C28E
Complementary color
Monochromatic Colors of #A7C28E
Black with #A7C28E
Text Example
Text Example
White with #A7C28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C28E; }
p { color: rgb(167,194,142); }
H1.HeaderClassName
{
color: #A7C28E;
}
.AnyTagClassName
{
color: #A7C28E;
}
</style>
background-color css
<style>
a { background-color: #A7C28E; }
a { background-color: rgb(167,194,142); }
div.DivClassName
{
background-color: #A7C28E;
}
.BgClassName
{
background-color: #A7C28E;
}
</style>
border-color css
<style>
span { border-color: #A7C28E; }
span { border-color: rgb(167,194,142); }
td.TdClassName
{
border-color: #A7C28E;
}
.TagClassName
{
border-color: #A7C28E;
}
</style>