Shades of Norway #ABC08F
Tints of Norway #ABC08F
RGB
CMYK
RGB Variations
Color information
#ABC08F (or 0xABC08F) is known color: Norway. HEX triplet: AB, C0 and 8F. RGB value is (171,192,143). Sum of RGB (Red+Green+Blue) = 171+192+143=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC08F is #543F70. Grayscale: #B4B4B4. Windows color (decimal): -5521265 or 9420971. OLE color: 9420971.
HSL color Cylindrical-coordinate representation of color #ABC08F: hue angle of 85.71º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABC08F is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 143 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.25 |
| HSL | 85.71º | 0.28% | 0.66% | - |
| HSV(B) | 85.71º | 0.26% | 0.75% | - |
| XYZ | 40.6 | 48.34 | 33.18 | - |
| YUV | 180.14 | 107.04 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 143 | 0.11 | 0 | 0.26 | 0.25 | 85.71 | 0.28 | 0.66 |
| Hex | AB | C0 | 8F | B | 0 | 1A | 19 | 56 | 1C | 42 |
| Octal | 253 | 300 | 217 | 13 | 0 | 32 | 31 | 126 | 34 | 102 |
| Binary | 10101011 | 11000000 | 10001111 | 1011 | 0 | 11010 | 11001 | 1010110 | 11100 | 1000010 |
Color Harmonies of #ABC08F
Complementary color
Monochromatic Colors of #ABC08F
Black with #ABC08F
Text Example
Text Example
White with #ABC08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC08F; }
p { color: rgb(171,192,143); }
H1.HeaderClassName
{
color: #ABC08F;
}
.AnyTagClassName
{
color: #ABC08F;
}
</style>
background-color css
<style>
a { background-color: #ABC08F; }
a { background-color: rgb(171,192,143); }
div.DivClassName
{
background-color: #ABC08F;
}
.BgClassName
{
background-color: #ABC08F;
}
</style>
border-color css
<style>
span { border-color: #ABC08F; }
span { border-color: rgb(171,192,143); }
td.TdClassName
{
border-color: #ABC08F;
}
.TagClassName
{
border-color: #ABC08F;
}
</style>