#A8C08C

Color #A8C08C Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #A8C08C

Tints of Norway #A8C08C

Color information

#A8C08C (or 0xA8C08C) is unknown color: approx Norway. HEX triplet: A8, C0 and 8C. RGB value is (168,192,140). Sum of RGB (Red+Green+Blue) = 168+192+140=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C08C is #573F73. Grayscale: #B3B3B3. Windows color (decimal): -5717876 or 9224360. OLE color: 9224360.

HSL color Cylindrical-coordinate representation of color #A8C08C: hue angle of 87.69º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8C08C is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB168192140-
CMYK0.1200.270.25
HSL87.69º29.21%65.1%-
HSV(B)87.69º27.08%75.29%-
XYZ39.7347.9231.97-
YUV178.9106.05120.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 33.6%
GREEN value IS 192 (75.39% from 255) = 38.4%
BLUE value IS 140 (55.08% from 255) = 28%
R=33.6%
G=38.4%
B=28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681921400.1200.270.2587.6929.2165.1
HexA8C08CC01B19581d41
Octal250300214140333113035101
Binary1010100011000000100011001100011011110011011000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C08C; }

 p { color: rgb(168,192,140); }

 H1.HeaderClassName
 {
   color: #A8C08C;
 }
 .AnyTagClassName
 {
   color: #A8C08C;
 }
</style>
background-color css

<style>
 a { background-color: #A8C08C; }

 a { background-color: rgb(168,192,140); }

 div.DivClassName
 {
   background-color: #A8C08C;
 }
 .BgClassName
 {
   background-color: #A8C08C;
 }
</style>
border-color css

<style>
 span { border-color: #A8C08C; }

 span { border-color: rgb(168,192,140); }

 td.TdClassName
 {
   border-color: #A8C08C;
 }
 .TagClassName
 {
   border-color: #A8C08C;
 }
</style>