Shades of Norway #A8C08D
Tints of Norway #A8C08D
RGB
CMYK
RGB Variations
Color information
#A8C08D (or 0xA8C08D) is known color: Norway. HEX triplet: A8, C0 and 8D. RGB value is (168,192,141). Sum of RGB (Red+Green+Blue) = 168+192+141=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C08D is #573F72. Grayscale: #B3B3B3. Windows color (decimal): -5717875 or 9289896. OLE color: 9289896.
HSL color Cylindrical-coordinate representation of color #A8C08D: hue angle of 88.24º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8C08D is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 192 | 141 | - |
CMYK | 0.12 | 0 | 0.27 | 0.25 |
HSL | 88.24º | 0.29% | 0.65% | - |
HSV(B) | 88.24º | 0.27% | 0.75% | - |
XYZ | 39.81 | 47.95 | 32.36 | - |
YUV | 179.01 | 106.55 | 120.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 192 | 141 | 0.12 | 0 | 0.27 | 0.25 | 88.24 | 0.29 | 0.65 |
Hex | A8 | C0 | 8D | C | 0 | 1B | 19 | 58 | 1D | 41 |
Octal | 250 | 300 | 215 | 14 | 0 | 33 | 31 | 130 | 35 | 101 |
Binary | 10101000 | 11000000 | 10001101 | 1100 | 0 | 11011 | 11001 | 1011000 | 11101 | 1000001 |
Color Harmonies of #A8C08D
Complementary color
Monochromatic Colors of #A8C08D
Black with #A8C08D
Text Example
Text Example
White with #A8C08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C08D; }
p { color: rgb(168,192,141); }
H1.HeaderClassName
{
color: #A8C08D;
}
.AnyTagClassName
{
color: #A8C08D;
}
</style>
background-color css
<style>
a { background-color: #A8C08D; }
a { background-color: rgb(168,192,141); }
div.DivClassName
{
background-color: #A8C08D;
}
.BgClassName
{
background-color: #A8C08D;
}
</style>
border-color css
<style>
span { border-color: #A8C08D; }
span { border-color: rgb(168,192,141); }
td.TdClassName
{
border-color: #A8C08D;
}
.TagClassName
{
border-color: #A8C08D;
}
</style>