#A9C38C

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

Shades of Norway #A9C38C

Tints of Norway #A9C38C

Color information

#A9C38C (or 0xA9C38C) is unknown color: approx Norway. HEX triplet: A9, C3 and 8C. RGB value is (169,195,140). Sum of RGB (Red+Green+Blue) = 169+195+140=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C38C is #563C73. Grayscale: #B5B5B5. Windows color (decimal): -5651572 or 9225129. OLE color: 9225129.

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

Color convert

RGB169195140-
CMYK0.1300.280.24
HSL88.36º31.43%65.69%-
HSV(B)88.36º28.21%76.47%-
XYZ40.6149.3632.2-
YUV180.96104.89119.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 195 (76.56% from 255) = 38.69%
BLUE value IS 140 (55.08% from 255) = 27.78%
R=33.53%
G=38.69%
B=27.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691951400.1300.280.2488.3631.4365.69
HexA9C38CD01C18581f42
Octal251303214150343013037102
Binary1010100111000011100011001101011100110001011000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C38C; }

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

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

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

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

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

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

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

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