#A9C090

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

Shades of Norway #A9C090

Tints of Norway #A9C090

Color information

#A9C090 (or 0xA9C090) is unknown color: approx Norway. HEX triplet: A9, C0 and 90. RGB value is (169,192,144). Sum of RGB (Red+Green+Blue) = 169+192+144=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C090 is #563F6F. Grayscale: #B3B3B3. Windows color (decimal): -5652336 or 9486505. OLE color: 9486505.

HSL color Cylindrical-coordinate representation of color #A9C090: hue angle of 88.75º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9C090 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB169192144-
CMYK0.1200.250.25
HSL88.75º27.59%65.88%-
HSV(B)88.75º25%75.29%-
XYZ40.2548.1533.56-
YUV179.65107.88120.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.47%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 144 (56.64% from 255) = 28.51%
R=33.47%
G=38.02%
B=28.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691921440.1200.250.2588.7527.5965.88
HexA9C090C01919591c42
Octal251300220140313113134102
Binary1010100111000000100100001100011001110011011001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C090; }

 p { color: rgb(169,192,144); }

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

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

 a { background-color: rgb(169,192,144); }

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

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

 span { border-color: rgb(169,192,144); }

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