Shades of Norway #ABC68E
Tints of Norway #ABC68E
RGB
CMYK
RGB Variations
Color information
#ABC68E (or 0xABC68E) is known color: Norway. HEX triplet: AB, C6 and 8E. RGB value is (171,198,142). Sum of RGB (Red+Green+Blue) = 171+198+142=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC68E is #543971. Grayscale: #B7B7B7. Windows color (decimal): -5519730 or 9356971. OLE color: 9356971.
HSL color Cylindrical-coordinate representation of color #ABC68E: hue angle of 88.93º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABC68E is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 142 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.22 |
| HSL | 88.93º | 0.33% | 0.67% | - |
| HSV(B) | 88.93º | 0.28% | 0.78% | - |
| XYZ | 41.87 | 51 | 33.23 | - |
| YUV | 183.54 | 104.55 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 142 | 0.14 | 0 | 0.28 | 0.22 | 88.93 | 0.33 | 0.67 |
| Hex | AB | C6 | 8E | E | 0 | 1C | 16 | 59 | 21 | 43 |
| Octal | 253 | 306 | 216 | 16 | 0 | 34 | 26 | 131 | 41 | 103 |
| Binary | 10101011 | 11000110 | 10001110 | 1110 | 0 | 11100 | 10110 | 1011001 | 100001 | 1000011 |
Color Harmonies of #ABC68E
Complementary color
Monochromatic Colors of #ABC68E
Black with #ABC68E
Text Example
Text Example
White with #ABC68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC68E; }
p { color: rgb(171,198,142); }
H1.HeaderClassName
{
color: #ABC68E;
}
.AnyTagClassName
{
color: #ABC68E;
}
</style>
background-color css
<style>
a { background-color: #ABC68E; }
a { background-color: rgb(171,198,142); }
div.DivClassName
{
background-color: #ABC68E;
}
.BgClassName
{
background-color: #ABC68E;
}
</style>
border-color css
<style>
span { border-color: #ABC68E; }
span { border-color: rgb(171,198,142); }
td.TdClassName
{
border-color: #ABC68E;
}
.TagClassName
{
border-color: #ABC68E;
}
</style>