#A9C199

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

Shades of Norway #A9C199

Tints of Norway #A9C199

Color information

#A9C199 (or 0xA9C199) is unknown color: approx Norway. HEX triplet: A9, C1 and 99. RGB value is (169,193,153). Sum of RGB (Red+Green+Blue) = 169+193+153=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C199 is #563E66. Grayscale: #B5B5B5. Windows color (decimal): -5652071 or 10076585. OLE color: 10076585.

HSL color Cylindrical-coordinate representation of color #A9C199: hue angle of 96º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9C199 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB169193153-
CMYK0.1200.210.24
HSL96º24.39%67.84%-
HSV(B)96º20.73%75.69%-
XYZ41.1848.8737.4-
YUV181.26112.05119.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 193 (75.78% from 255) = 37.48%
BLUE value IS 153 (60.16% from 255) = 29.71%
R=32.82%
G=37.48%
B=29.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691931530.1200.210.249624.3967.84
HexA9C199C01518601844
Octal251301231140253014030104
Binary1010100111000001100110011100010101110001100000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C199; }

 p { color: rgb(169,193,153); }

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

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

 a { background-color: rgb(169,193,153); }

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

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

 span { border-color: rgb(169,193,153); }

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