Shades of Norway #A8C28E
Tints of Norway #A8C28E
RGB
CMYK
RGB Variations
Color information
#A8C28E (or 0xA8C28E) is known color: Norway. HEX triplet: A8, C2 and 8E. RGB value is (168,194,142). Sum of RGB (Red+Green+Blue) = 168+194+142=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C28E is #573D71. Grayscale: #B4B4B4. Windows color (decimal): -5717362 or 9355944. OLE color: 9355944.
HSL color Cylindrical-coordinate representation of color #A8C28E: hue angle of 90º 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 #A8C28E is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 142 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.24 |
| HSL | 90º | 0.3% | 0.66% | - |
| HSV(B) | 90º | 0.27% | 0.76% | - |
| XYZ | 40.32 | 48.86 | 32.9 | - |
| YUV | 180.3 | 106.39 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 142 | 0.13 | 0 | 0.27 | 0.24 | 90 | 0.3 | 0.66 |
| Hex | A8 | C2 | 8E | D | 0 | 1B | 18 | 5A | 1E | 42 |
| Octal | 250 | 302 | 216 | 15 | 0 | 33 | 30 | 132 | 36 | 102 |
| Binary | 10101000 | 11000010 | 10001110 | 1101 | 0 | 11011 | 11000 | 1011010 | 11110 | 1000010 |
Color Harmonies of #A8C28E
Complementary color
Monochromatic Colors of #A8C28E
Black with #A8C28E
Text Example
Text Example
White with #A8C28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C28E; }
p { color: rgb(168,194,142); }
H1.HeaderClassName
{
color: #A8C28E;
}
.AnyTagClassName
{
color: #A8C28E;
}
</style>
background-color css
<style>
a { background-color: #A8C28E; }
a { background-color: rgb(168,194,142); }
div.DivClassName
{
background-color: #A8C28E;
}
.BgClassName
{
background-color: #A8C28E;
}
</style>
border-color css
<style>
span { border-color: #A8C28E; }
span { border-color: rgb(168,194,142); }
td.TdClassName
{
border-color: #A8C28E;
}
.TagClassName
{
border-color: #A8C28E;
}
</style>