Shades of Norway #A1C38F
Tints of Norway #A1C38F
RGB
CMYK
RGB Variations
Color information
#A1C38F (or 0xA1C38F) is known color: Norway. HEX triplet: A1, C3 and 8F. RGB value is (161,195,143). Sum of RGB (Red+Green+Blue) = 161+195+143=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C38F is #5E3C70. Grayscale: #B3B3B3. Windows color (decimal): -6175857 or 9421729. OLE color: 9421729.
HSL color Cylindrical-coordinate representation of color #A1C38F: hue angle of 99.23º 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 #A1C38F is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 195 | 143 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.24 |
| HSL | 99.23º | 0.3% | 0.66% | - |
| HSV(B) | 99.23º | 0.27% | 0.76% | - |
| XYZ | 39.17 | 48.59 | 33.3 | - |
| YUV | 178.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 195 | 143 | 0.17 | 0 | 0.27 | 0.24 | 99.23 | 0.3 | 0.66 |
| Hex | A1 | C3 | 8F | 11 | 0 | 1B | 18 | 63 | 1E | 42 |
| Octal | 241 | 303 | 217 | 21 | 0 | 33 | 30 | 143 | 36 | 102 |
| Binary | 10100001 | 11000011 | 10001111 | 10001 | 0 | 11011 | 11000 | 1100011 | 11110 | 1000010 |
Color Harmonies of #A1C38F
Complementary color
Monochromatic Colors of #A1C38F
Black with #A1C38F
Text Example
Text Example
White with #A1C38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C38F; }
p { color: rgb(161,195,143); }
H1.HeaderClassName
{
color: #A1C38F;
}
.AnyTagClassName
{
color: #A1C38F;
}
</style>
background-color css
<style>
a { background-color: #A1C38F; }
a { background-color: rgb(161,195,143); }
div.DivClassName
{
background-color: #A1C38F;
}
.BgClassName
{
background-color: #A1C38F;
}
</style>
border-color css
<style>
span { border-color: #A1C38F; }
span { border-color: rgb(161,195,143); }
td.TdClassName
{
border-color: #A1C38F;
}
.TagClassName
{
border-color: #A1C38F;
}
</style>