Shades of Norway #ABC38E
Tints of Norway #ABC38E
RGB
CMYK
RGB Variations
Color information
#ABC38E (or 0xABC38E) is known color: Norway. HEX triplet: AB, C3 and 8E. RGB value is (171,195,142). Sum of RGB (Red+Green+Blue) = 171+195+142=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC38E is #543C71. Grayscale: #B5B5B5. Windows color (decimal): -5520498 or 9356203. OLE color: 9356203.
HSL color Cylindrical-coordinate representation of color #ABC38E: hue angle of 87.17º degrees, saturation: 0.31, 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 #ABC38E is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 142 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.24 |
| HSL | 87.17º | 0.31% | 0.66% | - |
| HSV(B) | 87.17º | 0.27% | 0.76% | - |
| XYZ | 41.19 | 49.64 | 33 | - |
| YUV | 181.78 | 105.55 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 142 | 0.12 | 0 | 0.27 | 0.24 | 87.17 | 0.31 | 0.66 |
| Hex | AB | C3 | 8E | C | 0 | 1B | 18 | 57 | 1F | 42 |
| Octal | 253 | 303 | 216 | 14 | 0 | 33 | 30 | 127 | 37 | 102 |
| Binary | 10101011 | 11000011 | 10001110 | 1100 | 0 | 11011 | 11000 | 1010111 | 11111 | 1000010 |
Color Harmonies of #ABC38E
Complementary color
Monochromatic Colors of #ABC38E
Black with #ABC38E
Text Example
Text Example
White with #ABC38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC38E; }
p { color: rgb(171,195,142); }
H1.HeaderClassName
{
color: #ABC38E;
}
.AnyTagClassName
{
color: #ABC38E;
}
</style>
background-color css
<style>
a { background-color: #ABC38E; }
a { background-color: rgb(171,195,142); }
div.DivClassName
{
background-color: #ABC38E;
}
.BgClassName
{
background-color: #ABC38E;
}
</style>
border-color css
<style>
span { border-color: #ABC38E; }
span { border-color: rgb(171,195,142); }
td.TdClassName
{
border-color: #ABC38E;
}
.TagClassName
{
border-color: #ABC38E;
}
</style>