#A9C28D

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

Shades of Norway #A9C28D

Tints of Norway #A9C28D

Color information

#A9C28D (or 0xA9C28D) is unknown color: approx Norway. HEX triplet: A9, C2 and 8D. RGB value is (169,194,141). Sum of RGB (Red+Green+Blue) = 169+194+141=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C28D is #563D72. Grayscale: #B4B4B4. Windows color (decimal): -5651827 or 9290409. OLE color: 9290409.

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

Color convert

RGB169194141-
CMYK0.1300.270.24
HSL88.3º30.29%65.69%-
HSV(B)88.3º27.32%76.08%-
XYZ40.4648.9432.51-
YUV180.48105.72119.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 194 (76.17% from 255) = 38.49%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=33.53%
G=38.49%
B=27.98%

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
Decimal1691941410.1300.270.2488.330.2965.69
HexA9C28DD01B18581e42
Octal251302215150333013036102
Binary1010100111000010100011011101011011110001011000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C28D; }

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

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

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

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

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

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

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

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