Shades of Norway #ABC08E
Tints of Norway #ABC08E
RGB
CMYK
RGB Variations
Color information
#ABC08E (or 0xABC08E) is known color: Norway. HEX triplet: AB, C0 and 8E. RGB value is (171,192,142). Sum of RGB (Red+Green+Blue) = 171+192+142=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC08E is #543F71. Grayscale: #B4B4B4. Windows color (decimal): -5521266 or 9355435. OLE color: 9355435.
HSL color Cylindrical-coordinate representation of color #ABC08E: hue angle of 85.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABC08E is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 142 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.25 |
| HSL | 85.2º | 0.28% | 0.65% | - |
| HSV(B) | 85.2º | 0.26% | 0.75% | - |
| XYZ | 40.53 | 48.31 | 32.78 | - |
| YUV | 180.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 142 | 0.11 | 0 | 0.26 | 0.25 | 85.2 | 0.28 | 0.65 |
| Hex | AB | C0 | 8E | B | 0 | 1A | 19 | 55 | 1C | 41 |
| Octal | 253 | 300 | 216 | 13 | 0 | 32 | 31 | 125 | 34 | 101 |
| Binary | 10101011 | 11000000 | 10001110 | 1011 | 0 | 11010 | 11001 | 1010101 | 11100 | 1000001 |
Color Harmonies of #ABC08E
Complementary color
Monochromatic Colors of #ABC08E
Black with #ABC08E
Text Example
Text Example
White with #ABC08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC08E; }
p { color: rgb(171,192,142); }
H1.HeaderClassName
{
color: #ABC08E;
}
.AnyTagClassName
{
color: #ABC08E;
}
</style>
background-color css
<style>
a { background-color: #ABC08E; }
a { background-color: rgb(171,192,142); }
div.DivClassName
{
background-color: #ABC08E;
}
.BgClassName
{
background-color: #ABC08E;
}
</style>
border-color css
<style>
span { border-color: #ABC08E; }
span { border-color: rgb(171,192,142); }
td.TdClassName
{
border-color: #ABC08E;
}
.TagClassName
{
border-color: #ABC08E;
}
</style>