Shades of Norway #ACC38F
Tints of Norway #ACC38F
RGB
CMYK
RGB Variations
Color information
#ACC38F (or 0xACC38F) is known color: Norway. HEX triplet: AC, C3 and 8F. RGB value is (172,195,143). Sum of RGB (Red+Green+Blue) = 172+195+143=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC38F is #533C70. Grayscale: #B6B6B6. Windows color (decimal): -5454961 or 9421740. OLE color: 9421740.
HSL color Cylindrical-coordinate representation of color #ACC38F: hue angle of 86.54º 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 #ACC38F is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 143 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.24 |
| HSL | 86.54º | 0.3% | 0.66% | - |
| HSV(B) | 86.54º | 0.27% | 0.76% | - |
| XYZ | 41.49 | 49.78 | 33.41 | - |
| YUV | 182.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 143 | 0.12 | 0 | 0.27 | 0.24 | 86.54 | 0.3 | 0.66 |
| Hex | AC | C3 | 8F | C | 0 | 1B | 18 | 57 | 1E | 42 |
| Octal | 254 | 303 | 217 | 14 | 0 | 33 | 30 | 127 | 36 | 102 |
| Binary | 10101100 | 11000011 | 10001111 | 1100 | 0 | 11011 | 11000 | 1010111 | 11110 | 1000010 |
Color Harmonies of #ACC38F
Complementary color
Monochromatic Colors of #ACC38F
Black with #ACC38F
Text Example
Text Example
White with #ACC38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC38F; }
p { color: rgb(172,195,143); }
H1.HeaderClassName
{
color: #ACC38F;
}
.AnyTagClassName
{
color: #ACC38F;
}
</style>
background-color css
<style>
a { background-color: #ACC38F; }
a { background-color: rgb(172,195,143); }
div.DivClassName
{
background-color: #ACC38F;
}
.BgClassName
{
background-color: #ACC38F;
}
</style>
border-color css
<style>
span { border-color: #ACC38F; }
span { border-color: rgb(172,195,143); }
td.TdClassName
{
border-color: #ACC38F;
}
.TagClassName
{
border-color: #ACC38F;
}
</style>