Shades of Norway #A8C48A
Tints of Norway #A8C48A
RGB
CMYK
RGB Variations
Color information
#A8C48A (or 0xA8C48A) is known color: Norway. HEX triplet: A8, C4 and 8A. RGB value is (168,196,138). Sum of RGB (Red+Green+Blue) = 168+196+138=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C48A is #573B75. Grayscale: #B5B5B5. Windows color (decimal): -5716854 or 9094312. OLE color: 9094312.
HSL color Cylindrical-coordinate representation of color #A8C48A: hue angle of 88.97º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8C48A is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 138 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.23 |
| HSL | 88.97º | 0.33% | 0.65% | - |
| HSV(B) | 88.97º | 0.3% | 0.77% | - |
| XYZ | 40.48 | 49.64 | 31.49 | - |
| YUV | 181.02 | 103.72 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 138 | 0.14 | 0 | 0.30 | 0.23 | 88.97 | 0.33 | 0.65 |
| Hex | A8 | C4 | 8A | E | 0 | 1E | 17 | 59 | 21 | 41 |
| Octal | 250 | 304 | 212 | 16 | 0 | 36 | 27 | 131 | 41 | 101 |
| Binary | 10101000 | 11000100 | 10001010 | 1110 | 0 | 11110 | 10111 | 1011001 | 100001 | 1000001 |
Color Harmonies of #A8C48A
Complementary color
Monochromatic Colors of #A8C48A
Black with #A8C48A
Text Example
Text Example
White with #A8C48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C48A; }
p { color: rgb(168,196,138); }
H1.HeaderClassName
{
color: #A8C48A;
}
.AnyTagClassName
{
color: #A8C48A;
}
</style>
background-color css
<style>
a { background-color: #A8C48A; }
a { background-color: rgb(168,196,138); }
div.DivClassName
{
background-color: #A8C48A;
}
.BgClassName
{
background-color: #A8C48A;
}
</style>
border-color css
<style>
span { border-color: #A8C48A; }
span { border-color: rgb(168,196,138); }
td.TdClassName
{
border-color: #A8C48A;
}
.TagClassName
{
border-color: #A8C48A;
}
</style>