Shades of Norway #A3C28A
Tints of Norway #A3C28A
RGB
CMYK
RGB Variations
Color information
#A3C28A (or 0xA3C28A) is known color: Norway. HEX triplet: A3, C2 and 8A. RGB value is (163,194,138). Sum of RGB (Red+Green+Blue) = 163+194+138=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C28A is #5C3D75. Grayscale: #B2B2B2. Windows color (decimal): -6045046 or 9093795. OLE color: 9093795.
HSL color Cylindrical-coordinate representation of color #A3C28A: hue angle of 93.21º 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 #A3C28A is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 138 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.24 |
| HSL | 93.21º | 0.31% | 0.65% | - |
| HSV(B) | 93.21º | 0.29% | 0.76% | - |
| XYZ | 38.98 | 48.21 | 31.29 | - |
| YUV | 178.35 | 105.23 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 138 | 0.16 | 0 | 0.29 | 0.24 | 93.21 | 0.31 | 0.65 |
| Hex | A3 | C2 | 8A | 10 | 0 | 1D | 18 | 5D | 1F | 41 |
| Octal | 243 | 302 | 212 | 20 | 0 | 35 | 30 | 135 | 37 | 101 |
| Binary | 10100011 | 11000010 | 10001010 | 10000 | 0 | 11101 | 11000 | 1011101 | 11111 | 1000001 |
Color Harmonies of #A3C28A
Complementary color
Monochromatic Colors of #A3C28A
Black with #A3C28A
Text Example
Text Example
White with #A3C28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C28A; }
p { color: rgb(163,194,138); }
H1.HeaderClassName
{
color: #A3C28A;
}
.AnyTagClassName
{
color: #A3C28A;
}
</style>
background-color css
<style>
a { background-color: #A3C28A; }
a { background-color: rgb(163,194,138); }
div.DivClassName
{
background-color: #A3C28A;
}
.BgClassName
{
background-color: #A3C28A;
}
</style>
border-color css
<style>
span { border-color: #A3C28A; }
span { border-color: rgb(163,194,138); }
td.TdClassName
{
border-color: #A3C28A;
}
.TagClassName
{
border-color: #A3C28A;
}
</style>