#A9C58A

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

Shades of Norway #A9C58A

Tints of Norway #A9C58A

Color information

#A9C58A (or 0xA9C58A) is unknown color: approx Norway. HEX triplet: A9, C5 and 8A. RGB value is (169,197,138). Sum of RGB (Red+Green+Blue) = 169+197+138=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C58A is #563A75. Grayscale: #B6B6B6. Windows color (decimal): -5651062 or 9094569. OLE color: 9094569.

HSL color Cylindrical-coordinate representation of color #A9C58A: hue angle of 88.47º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9C58A is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB169197138-
CMYK0.1400.300.23
HSL88.47º33.71%65.69%-
HSV(B)88.47º29.95%77.25%-
XYZ40.9250.231.58-
YUV181.9103.22118.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 197 (77.34% from 255) = 39.09%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=33.53%
G=39.09%
B=27.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691971380.1400.300.2388.4733.7165.69
HexA9C58AE01E17582242
Octal251305212160362713042102
Binary10101001110001011000101011100111101011110110001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C58A; }

 p { color: rgb(169,197,138); }

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

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

 a { background-color: rgb(169,197,138); }

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

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

 span { border-color: rgb(169,197,138); }

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