Shades of Norway #ABC18E
Tints of Norway #ABC18E
RGB
CMYK
RGB Variations
Color information
#ABC18E (or 0xABC18E) is known color: Norway. HEX triplet: AB, C1 and 8E. RGB value is (171,193,142). Sum of RGB (Red+Green+Blue) = 171+193+142=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC18E is #543E71. Grayscale: #B4B4B4. Windows color (decimal): -5521010 or 9355691. OLE color: 9355691.
HSL color Cylindrical-coordinate representation of color #ABC18E: hue angle of 85.88º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABC18E is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 142 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.24 |
| HSL | 85.88º | 0.29% | 0.66% | - |
| HSV(B) | 85.88º | 0.26% | 0.76% | - |
| XYZ | 40.75 | 48.75 | 32.85 | - |
| YUV | 180.61 | 106.21 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 142 | 0.11 | 0 | 0.26 | 0.24 | 85.88 | 0.29 | 0.66 |
| Hex | AB | C1 | 8E | B | 0 | 1A | 18 | 56 | 1D | 42 |
| Octal | 253 | 301 | 216 | 13 | 0 | 32 | 30 | 126 | 35 | 102 |
| Binary | 10101011 | 11000001 | 10001110 | 1011 | 0 | 11010 | 11000 | 1010110 | 11101 | 1000010 |
Color Harmonies of #ABC18E
Complementary color
Monochromatic Colors of #ABC18E
Black with #ABC18E
Text Example
Text Example
White with #ABC18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC18E; }
p { color: rgb(171,193,142); }
H1.HeaderClassName
{
color: #ABC18E;
}
.AnyTagClassName
{
color: #ABC18E;
}
</style>
background-color css
<style>
a { background-color: #ABC18E; }
a { background-color: rgb(171,193,142); }
div.DivClassName
{
background-color: #ABC18E;
}
.BgClassName
{
background-color: #ABC18E;
}
</style>
border-color css
<style>
span { border-color: #ABC18E; }
span { border-color: rgb(171,193,142); }
td.TdClassName
{
border-color: #ABC18E;
}
.TagClassName
{
border-color: #ABC18E;
}
</style>