#A8C38C

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

Shades of Norway #A8C38C

Tints of Norway #A8C38C

Color information

#A8C38C (or 0xA8C38C) is unknown color: approx Norway. HEX triplet: A8, C3 and 8C. RGB value is (168,195,140). Sum of RGB (Red+Green+Blue) = 168+195+140=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C38C is #573C73. Grayscale: #B4B4B4. Windows color (decimal): -5717108 or 9225128. OLE color: 9225128.

HSL color Cylindrical-coordinate representation of color #A8C38C: hue angle of 89.45º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8C38C is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB168195140-
CMYK0.1400.280.24
HSL89.45º31.43%65.69%-
HSV(B)89.45º28.21%76.47%-
XYZ40.449.2532.19-
YUV180.66105.05118.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 195 (76.56% from 255) = 38.77%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=33.40%
G=38.77%
B=27.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681951400.1400.280.2489.4531.4365.69
HexA8C38CE01C18591f42
Octal250303214160343013137102
Binary1010100011000011100011001110011100110001011001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C38C; }

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

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

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

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

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

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

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

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