Shades of Norway #A8C48E
Tints of Norway #A8C48E
RGB
CMYK
RGB Variations
Color information
#A8C48E (or 0xA8C48E) is known color: Norway. HEX triplet: A8, C4 and 8E. RGB value is (168,196,142). Sum of RGB (Red+Green+Blue) = 168+196+142=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C48E is #573B71. Grayscale: #B5B5B5. Windows color (decimal): -5716850 or 9356456. OLE color: 9356456.
HSL color Cylindrical-coordinate representation of color #A8C48E: hue angle of 91.11º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8C48E is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 142 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.23 |
| HSL | 91.11º | 0.31% | 0.66% | - |
| HSV(B) | 91.11º | 0.28% | 0.77% | - |
| XYZ | 40.77 | 49.76 | 33.05 | - |
| YUV | 181.47 | 105.72 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 142 | 0.14 | 0 | 0.28 | 0.23 | 91.11 | 0.31 | 0.66 |
| Hex | A8 | C4 | 8E | E | 0 | 1C | 17 | 5B | 1F | 42 |
| Octal | 250 | 304 | 216 | 16 | 0 | 34 | 27 | 133 | 37 | 102 |
| Binary | 10101000 | 11000100 | 10001110 | 1110 | 0 | 11100 | 10111 | 1011011 | 11111 | 1000010 |
Color Harmonies of #A8C48E
Complementary color
Monochromatic Colors of #A8C48E
Black with #A8C48E
Text Example
Text Example
White with #A8C48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C48E; }
p { color: rgb(168,196,142); }
H1.HeaderClassName
{
color: #A8C48E;
}
.AnyTagClassName
{
color: #A8C48E;
}
</style>
background-color css
<style>
a { background-color: #A8C48E; }
a { background-color: rgb(168,196,142); }
div.DivClassName
{
background-color: #A8C48E;
}
.BgClassName
{
background-color: #A8C48E;
}
</style>
border-color css
<style>
span { border-color: #A8C48E; }
span { border-color: rgb(168,196,142); }
td.TdClassName
{
border-color: #A8C48E;
}
.TagClassName
{
border-color: #A8C48E;
}
</style>