Shades of Norway #A8C28A
Tints of Norway #A8C28A
RGB
CMYK
RGB Variations
Color information
#A8C28A (or 0xA8C28A) is known color: Norway. HEX triplet: A8, C2 and 8A. RGB value is (168,194,138). Sum of RGB (Red+Green+Blue) = 168+194+138=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C28A is #573D75. Grayscale: #B4B4B4. Windows color (decimal): -5717366 or 9093800. OLE color: 9093800.
HSL color Cylindrical-coordinate representation of color #A8C28A: hue angle of 87.86º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8C28A is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 138 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.24 |
| HSL | 87.86º | 0.31% | 0.65% | - |
| HSV(B) | 87.86º | 0.29% | 0.76% | - |
| XYZ | 40.03 | 48.74 | 31.34 | - |
| YUV | 179.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 138 | 0.13 | 0 | 0.29 | 0.24 | 87.86 | 0.31 | 0.65 |
| Hex | A8 | C2 | 8A | D | 0 | 1D | 18 | 58 | 1F | 41 |
| Octal | 250 | 302 | 212 | 15 | 0 | 35 | 30 | 130 | 37 | 101 |
| Binary | 10101000 | 11000010 | 10001010 | 1101 | 0 | 11101 | 11000 | 1011000 | 11111 | 1000001 |
Color Harmonies of #A8C28A
Complementary color
Monochromatic Colors of #A8C28A
Black with #A8C28A
Text Example
Text Example
White with #A8C28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C28A; }
p { color: rgb(168,194,138); }
H1.HeaderClassName
{
color: #A8C28A;
}
.AnyTagClassName
{
color: #A8C28A;
}
</style>
background-color css
<style>
a { background-color: #A8C28A; }
a { background-color: rgb(168,194,138); }
div.DivClassName
{
background-color: #A8C28A;
}
.BgClassName
{
background-color: #A8C28A;
}
</style>
border-color css
<style>
span { border-color: #A8C28A; }
span { border-color: rgb(168,194,138); }
td.TdClassName
{
border-color: #A8C28A;
}
.TagClassName
{
border-color: #A8C28A;
}
</style>