Shades of Norway #ABC78C
Tints of Norway #ABC78C
RGB
CMYK
RGB Variations
Color information
#ABC78C (or 0xABC78C) is known color: Norway. HEX triplet: AB, C7 and 8C. RGB value is (171,199,140). Sum of RGB (Red+Green+Blue) = 171+199+140=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC78C is #543873. Grayscale: #B8B8B8. Windows color (decimal): -5519476 or 9226155. OLE color: 9226155.
HSL color Cylindrical-coordinate representation of color #ABC78C: hue angle of 88.47º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABC78C is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 140 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.22 |
| HSL | 88.47º | 0.35% | 0.66% | - |
| HSV(B) | 88.47º | 0.3% | 0.78% | - |
| XYZ | 41.95 | 51.4 | 32.52 | - |
| YUV | 183.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 140 | 0.14 | 0 | 0.30 | 0.22 | 88.47 | 0.35 | 0.66 |
| Hex | AB | C7 | 8C | E | 0 | 1E | 16 | 58 | 23 | 42 |
| Octal | 253 | 307 | 214 | 16 | 0 | 36 | 26 | 130 | 43 | 102 |
| Binary | 10101011 | 11000111 | 10001100 | 1110 | 0 | 11110 | 10110 | 1011000 | 100011 | 1000010 |
Color Harmonies of #ABC78C
Complementary color
Monochromatic Colors of #ABC78C
Black with #ABC78C
Text Example
Text Example
White with #ABC78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC78C; }
p { color: rgb(171,199,140); }
H1.HeaderClassName
{
color: #ABC78C;
}
.AnyTagClassName
{
color: #ABC78C;
}
</style>
background-color css
<style>
a { background-color: #ABC78C; }
a { background-color: rgb(171,199,140); }
div.DivClassName
{
background-color: #ABC78C;
}
.BgClassName
{
background-color: #ABC78C;
}
</style>
border-color css
<style>
span { border-color: #ABC78C; }
span { border-color: rgb(171,199,140); }
td.TdClassName
{
border-color: #ABC78C;
}
.TagClassName
{
border-color: #ABC78C;
}
</style>