#A9C38E

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

Shades of Norway #A9C38E

Tints of Norway #A9C38E

Color information

#A9C38E (or 0xA9C38E) is unknown color: approx Norway. HEX triplet: A9, C3 and 8E. RGB value is (169,195,142). Sum of RGB (Red+Green+Blue) = 169+195+142=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C38E is #563C71. Grayscale: #B5B5B5. Windows color (decimal): -5651570 or 9356201. OLE color: 9356201.

HSL color Cylindrical-coordinate representation of color #A9C38E: hue angle of 89.43º degrees, saturation: 0.31, 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 #A9C38E is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB169195142-
CMYK0.1300.270.24
HSL89.43º30.64%66.08%-
HSV(B)89.43º27.18%76.47%-
XYZ40.7649.4232.98-
YUV181.18105.89119.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 195 (76.56% from 255) = 38.54%
BLUE value IS 142 (55.86% from 255) = 28.06%
R=33.40%
G=38.54%
B=28.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691951420.1300.270.2489.4330.6466.08
HexA9C38ED01B18591f42
Octal251303216150333013137102
Binary1010100111000011100011101101011011110001011001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C38E; }

 p { color: rgb(169,195,142); }

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

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

 a { background-color: rgb(169,195,142); }

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

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

 span { border-color: rgb(169,195,142); }

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