#A7C094

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

Shades of Norway #A7C094

Tints of Norway #A7C094

Color information

#A7C094 (or 0xA7C094) is unknown color: approx Norway. HEX triplet: A7, C0 and 94. RGB value is (167,192,148). Sum of RGB (Red+Green+Blue) = 167+192+148=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C094 is #583F6B. Grayscale: #B3B3B3. Windows color (decimal): -5783404 or 9748647. OLE color: 9748647.

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

Color convert

RGB167192148-
CMYK0.1300.230.25
HSL94.09º25.88%66.67%-
HSV(B)94.09º22.92%75.29%-
XYZ40.1348.0535.18-
YUV179.51110.22119.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.94%
GREEN value IS 192 (75.39% from 255) = 37.87%
BLUE value IS 148 (58.20% from 255) = 29.19%
R=32.94%
G=37.87%
B=29.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671921480.1300.230.2594.0925.8866.67
HexA7C094D017195e1a43
Octal247300224150273113632103
Binary1010011111000000100101001101010111110011011110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C094; }

 p { color: rgb(167,192,148); }

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

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

 a { background-color: rgb(167,192,148); }

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

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

 span { border-color: rgb(167,192,148); }

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