Shades of Norway #ABC58F
Tints of Norway #ABC58F
RGB
CMYK
RGB Variations
Color information
#ABC58F (or 0xABC58F) is known color: Norway. HEX triplet: AB, C5 and 8F. RGB value is (171,197,143). Sum of RGB (Red+Green+Blue) = 171+197+143=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC58F is #543A70. Grayscale: #B7B7B7. Windows color (decimal): -5519985 or 9422251. OLE color: 9422251.
HSL color Cylindrical-coordinate representation of color #ABC58F: hue angle of 88.89º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABC58F is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 143 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.23 |
| HSL | 88.89º | 0.32% | 0.67% | - |
| HSV(B) | 88.89º | 0.27% | 0.77% | - |
| XYZ | 41.72 | 50.57 | 33.55 | - |
| YUV | 183.07 | 105.39 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 143 | 0.13 | 0 | 0.27 | 0.23 | 88.89 | 0.32 | 0.67 |
| Hex | AB | C5 | 8F | D | 0 | 1B | 17 | 59 | 20 | 43 |
| Octal | 253 | 305 | 217 | 15 | 0 | 33 | 27 | 131 | 40 | 103 |
| Binary | 10101011 | 11000101 | 10001111 | 1101 | 0 | 11011 | 10111 | 1011001 | 100000 | 1000011 |
Color Harmonies of #ABC58F
Complementary color
Monochromatic Colors of #ABC58F
Black with #ABC58F
Text Example
Text Example
White with #ABC58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC58F; }
p { color: rgb(171,197,143); }
H1.HeaderClassName
{
color: #ABC58F;
}
.AnyTagClassName
{
color: #ABC58F;
}
</style>
background-color css
<style>
a { background-color: #ABC58F; }
a { background-color: rgb(171,197,143); }
div.DivClassName
{
background-color: #ABC58F;
}
.BgClassName
{
background-color: #ABC58F;
}
</style>
border-color css
<style>
span { border-color: #ABC58F; }
span { border-color: rgb(171,197,143); }
td.TdClassName
{
border-color: #ABC58F;
}
.TagClassName
{
border-color: #ABC58F;
}
</style>