Shades of Norway #A9C58A
Tints of Norway #A9C58A
RGB
CMYK
RGB Variations
Color information
#A9C58A (or 0xA9C58A) is known color: Norway. HEX triplet: A9, C5 and 8A. RGB value is (169,197,138). Sum of RGB (Red+Green+Blue) = 169+197+138=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C58A is #563A75. Grayscale: #B6B6B6. Windows color (decimal): -5651062 or 9094569. OLE color: 9094569.
HSL color Cylindrical-coordinate representation of color #A9C58A: hue angle of 88.47º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9C58A is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 197 | 138 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.23 |
| HSL | 88.47º | 0.34% | 0.66% | - |
| HSV(B) | 88.47º | 0.3% | 0.77% | - |
| XYZ | 40.92 | 50.2 | 31.58 | - |
| YUV | 181.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 197 | 138 | 0.14 | 0 | 0.30 | 0.23 | 88.47 | 0.34 | 0.66 |
| Hex | A9 | C5 | 8A | E | 0 | 1E | 17 | 58 | 22 | 42 |
| Octal | 251 | 305 | 212 | 16 | 0 | 36 | 27 | 130 | 42 | 102 |
| Binary | 10101001 | 11000101 | 10001010 | 1110 | 0 | 11110 | 10111 | 1011000 | 100010 | 1000010 |
Color Harmonies of #A9C58A
Complementary color
Monochromatic Colors of #A9C58A
Black with #A9C58A
Text Example
Text Example
White with #A9C58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C58A; }
p { color: rgb(169,197,138); }
H1.HeaderClassName
{
color: #A9C58A;
}
.AnyTagClassName
{
color: #A9C58A;
}
</style>
background-color css
<style>
a { background-color: #A9C58A; }
a { background-color: rgb(169,197,138); }
div.DivClassName
{
background-color: #A9C58A;
}
.BgClassName
{
background-color: #A9C58A;
}
</style>
border-color css
<style>
span { border-color: #A9C58A; }
span { border-color: rgb(169,197,138); }
td.TdClassName
{
border-color: #A9C58A;
}
.TagClassName
{
border-color: #A9C58A;
}
</style>