#A9C592

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

Shades of Norway #A9C592

Tints of Norway #A9C592

Color information

#A9C592 (or 0xA9C592) is unknown color: approx Norway. HEX triplet: A9, C5 and 92. RGB value is (169,197,146). Sum of RGB (Red+Green+Blue) = 169+197+146=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C592 is #563A6D. Grayscale: #B6B6B6. Windows color (decimal): -5651054 or 9618857. OLE color: 9618857.

HSL color Cylindrical-coordinate representation of color #A9C592: hue angle of 92.94º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9C592 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB169197146-
CMYK0.1400.260.23
HSL92.94º30.54%67.25%-
HSV(B)92.94º25.89%77.25%-
XYZ41.5250.4434.74-
YUV182.81107.22118.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 197 (77.34% from 255) = 38.48%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=33.01%
G=38.48%
B=28.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691971460.1400.260.2392.9430.5467.25
HexA9C592E01A175d1f43
Octal251305222160322713537103
Binary1010100111000101100100101110011010101111011101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C592; }

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

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

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

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

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

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

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

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