Shades of Norway #ABC28E
Tints of Norway #ABC28E
RGB
CMYK
RGB Variations
Color information
#ABC28E (or 0xABC28E) is known color: Norway. HEX triplet: AB, C2 and 8E. RGB value is (171,194,142). Sum of RGB (Red+Green+Blue) = 171+194+142=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC28E is #543D71. Grayscale: #B5B5B5. Windows color (decimal): -5520754 or 9355947. OLE color: 9355947.
HSL color Cylindrical-coordinate representation of color #ABC28E: hue angle of 86.54º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABC28E is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 142 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.24 |
| HSL | 86.54º | 0.3% | 0.66% | - |
| HSV(B) | 86.54º | 0.27% | 0.76% | - |
| XYZ | 40.97 | 49.19 | 32.93 | - |
| YUV | 181.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 142 | 0.12 | 0 | 0.27 | 0.24 | 86.54 | 0.3 | 0.66 |
| Hex | AB | C2 | 8E | C | 0 | 1B | 18 | 57 | 1E | 42 |
| Octal | 253 | 302 | 216 | 14 | 0 | 33 | 30 | 127 | 36 | 102 |
| Binary | 10101011 | 11000010 | 10001110 | 1100 | 0 | 11011 | 11000 | 1010111 | 11110 | 1000010 |
Color Harmonies of #ABC28E
Complementary color
Monochromatic Colors of #ABC28E
Black with #ABC28E
Text Example
Text Example
White with #ABC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC28E; }
p { color: rgb(171,194,142); }
H1.HeaderClassName
{
color: #ABC28E;
}
.AnyTagClassName
{
color: #ABC28E;
}
</style>
background-color css
<style>
a { background-color: #ABC28E; }
a { background-color: rgb(171,194,142); }
div.DivClassName
{
background-color: #ABC28E;
}
.BgClassName
{
background-color: #ABC28E;
}
</style>
border-color css
<style>
span { border-color: #ABC28E; }
span { border-color: rgb(171,194,142); }
td.TdClassName
{
border-color: #ABC28E;
}
.TagClassName
{
border-color: #ABC28E;
}
</style>