Shades of Norway #A5C68A
Tints of Norway #A5C68A
RGB
CMYK
RGB Variations
Color information
#A5C68A (or 0xA5C68A) is known color: Norway. HEX triplet: A5, C6 and 8A. RGB value is (165,198,138). Sum of RGB (Red+Green+Blue) = 165+198+138=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C68A is #5A3975. Grayscale: #B5B5B5. Windows color (decimal): -5912950 or 9094821. OLE color: 9094821.
HSL color Cylindrical-coordinate representation of color #A5C68A: hue angle of 93º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5C68A is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 198 | 138 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.22 |
| HSL | 93º | 0.34% | 0.66% | - |
| HSV(B) | 93º | 0.3% | 0.78% | - |
| XYZ | 40.3 | 50.22 | 31.61 | - |
| YUV | 181.29 | 103.57 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 198 | 138 | 0.17 | 0 | 0.30 | 0.22 | 93 | 0.34 | 0.66 |
| Hex | A5 | C6 | 8A | 11 | 0 | 1E | 16 | 5D | 22 | 42 |
| Octal | 245 | 306 | 212 | 21 | 0 | 36 | 26 | 135 | 42 | 102 |
| Binary | 10100101 | 11000110 | 10001010 | 10001 | 0 | 11110 | 10110 | 1011101 | 100010 | 1000010 |
Color Harmonies of #A5C68A
Complementary color
Monochromatic Colors of #A5C68A
Black with #A5C68A
Text Example
Text Example
White with #A5C68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C68A; }
p { color: rgb(165,198,138); }
H1.HeaderClassName
{
color: #A5C68A;
}
.AnyTagClassName
{
color: #A5C68A;
}
</style>
background-color css
<style>
a { background-color: #A5C68A; }
a { background-color: rgb(165,198,138); }
div.DivClassName
{
background-color: #A5C68A;
}
.BgClassName
{
background-color: #A5C68A;
}
</style>
border-color css
<style>
span { border-color: #A5C68A; }
span { border-color: rgb(165,198,138); }
td.TdClassName
{
border-color: #A5C68A;
}
.TagClassName
{
border-color: #A5C68A;
}
</style>