Shades of Norway #A8C08A
Tints of Norway #A8C08A
RGB
CMYK
RGB Variations
Color information
#A8C08A (or 0xA8C08A) is known color: Norway. HEX triplet: A8, C0 and 8A. RGB value is (168,192,138). Sum of RGB (Red+Green+Blue) = 168+192+138=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C08A is #573F75. Grayscale: #B2B2B2. Windows color (decimal): -5717878 or 9093288. OLE color: 9093288.
HSL color Cylindrical-coordinate representation of color #A8C08A: hue angle of 86.67º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8C08A is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 138 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.25 |
| HSL | 86.67º | 0.3% | 0.65% | - |
| HSV(B) | 86.67º | 0.28% | 0.75% | - |
| XYZ | 39.59 | 47.86 | 31.2 | - |
| YUV | 178.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 138 | 0.12 | 0 | 0.28 | 0.25 | 86.67 | 0.3 | 0.65 |
| Hex | A8 | C0 | 8A | C | 0 | 1C | 19 | 57 | 1E | 41 |
| Octal | 250 | 300 | 212 | 14 | 0 | 34 | 31 | 127 | 36 | 101 |
| Binary | 10101000 | 11000000 | 10001010 | 1100 | 0 | 11100 | 11001 | 1010111 | 11110 | 1000001 |
Color Harmonies of #A8C08A
Complementary color
Monochromatic Colors of #A8C08A
Black with #A8C08A
Text Example
Text Example
White with #A8C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C08A; }
p { color: rgb(168,192,138); }
H1.HeaderClassName
{
color: #A8C08A;
}
.AnyTagClassName
{
color: #A8C08A;
}
</style>
background-color css
<style>
a { background-color: #A8C08A; }
a { background-color: rgb(168,192,138); }
div.DivClassName
{
background-color: #A8C08A;
}
.BgClassName
{
background-color: #A8C08A;
}
</style>
border-color css
<style>
span { border-color: #A8C08A; }
span { border-color: rgb(168,192,138); }
td.TdClassName
{
border-color: #A8C08A;
}
.TagClassName
{
border-color: #A8C08A;
}
</style>