#A9C38D

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

Shades of Norway #A9C38D

Tints of Norway #A9C38D

Color information

#A9C38D (or 0xA9C38D) is unknown color: approx Norway. HEX triplet: A9, C3 and 8D. RGB value is (169,195,141). Sum of RGB (Red+Green+Blue) = 169+195+141=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C38D is #563C72. Grayscale: #B5B5B5. Windows color (decimal): -5651571 or 9290665. OLE color: 9290665.

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

Color convert

RGB169195141-
CMYK0.1300.280.24
HSL88.89º31.03%65.88%-
HSV(B)88.89º27.69%76.47%-
XYZ40.6949.3932.59-
YUV181.07105.39119.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.47%
GREEN value IS 195 (76.56% from 255) = 38.61%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=33.47%
G=38.61%
B=27.92%

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
Decimal1691951410.1300.280.2488.8931.0365.88
HexA9C38DD01C18591f42
Octal251303215150343013137102
Binary1010100111000011100011011101011100110001011001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C38D; }

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

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

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

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

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

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

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

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