#A9C993

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

Shades of Norway #A9C993

Tints of Norway #A9C993

Color information

#A9C993 (or 0xA9C993) is unknown color: approx Norway. HEX triplet: A9, C9 and 93. RGB value is (169,201,147). Sum of RGB (Red+Green+Blue) = 169+201+147=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C993 is #56366C. Grayscale: #B9B9B9. Windows color (decimal): -5650029 or 9685417. OLE color: 9685417.

HSL color Cylindrical-coordinate representation of color #A9C993: hue angle of 95.56º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9C993 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB169201147-
CMYK0.1600.270.21
HSL95.56º33.33%68.24%-
HSV(B)95.56º26.87%78.82%-
XYZ42.5252.3135.46-
YUV185.28106.4116.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.69%
GREEN value IS 201 (78.91% from 255) = 38.88%
BLUE value IS 147 (57.81% from 255) = 28.43%
R=32.69%
G=38.88%
B=28.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692011470.1600.270.2195.5633.3368.24
HexA9C9931001B15602144
Octal251311223200332514041104
Binary101010011100100110010011100000110111010111000001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C993; }

 p { color: rgb(169,201,147); }

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

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

 a { background-color: rgb(169,201,147); }

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

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

 span { border-color: rgb(169,201,147); }

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