Shades of Norway #A5C28E
Tints of Norway #A5C28E
RGB
CMYK
RGB Variations
Color information
#A5C28E (or 0xA5C28E) is known color: Norway. HEX triplet: A5, C2 and 8E. RGB value is (165,194,142). Sum of RGB (Red+Green+Blue) = 165+194+142=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C28E is #5A3D71. Grayscale: #B3B3B3. Windows color (decimal): -5913970 or 9355941. OLE color: 9355941.
HSL color Cylindrical-coordinate representation of color #A5C28E: hue angle of 93.46º degrees, saturation: 0.3, 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 #A5C28E is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 194 | 142 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.24 |
| HSL | 93.46º | 0.3% | 0.66% | - |
| HSV(B) | 93.46º | 0.27% | 0.76% | - |
| XYZ | 39.69 | 48.54 | 32.87 | - |
| YUV | 179.4 | 106.89 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 194 | 142 | 0.15 | 0 | 0.27 | 0.24 | 93.46 | 0.3 | 0.66 |
| Hex | A5 | C2 | 8E | F | 0 | 1B | 18 | 5D | 1E | 42 |
| Octal | 245 | 302 | 216 | 17 | 0 | 33 | 30 | 135 | 36 | 102 |
| Binary | 10100101 | 11000010 | 10001110 | 1111 | 0 | 11011 | 11000 | 1011101 | 11110 | 1000010 |
Color Harmonies of #A5C28E
Complementary color
Monochromatic Colors of #A5C28E
Black with #A5C28E
Text Example
Text Example
White with #A5C28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C28E; }
p { color: rgb(165,194,142); }
H1.HeaderClassName
{
color: #A5C28E;
}
.AnyTagClassName
{
color: #A5C28E;
}
</style>
background-color css
<style>
a { background-color: #A5C28E; }
a { background-color: rgb(165,194,142); }
div.DivClassName
{
background-color: #A5C28E;
}
.BgClassName
{
background-color: #A5C28E;
}
</style>
border-color css
<style>
span { border-color: #A5C28E; }
span { border-color: rgb(165,194,142); }
td.TdClassName
{
border-color: #A5C28E;
}
.TagClassName
{
border-color: #A5C28E;
}
</style>