#A7C38A

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

Shades of Norway #A7C38A

Tints of Norway #A7C38A

Color information

#A7C38A (or 0xA7C38A) is unknown color: approx Norway. HEX triplet: A7, C3 and 8A. RGB value is (167,195,138). Sum of RGB (Red+Green+Blue) = 167+195+138=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C38A is #583C75. Grayscale: #B4B4B4. Windows color (decimal): -5782646 or 9094055. OLE color: 9094055.

HSL color Cylindrical-coordinate representation of color #A7C38A: hue angle of 89.47º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7C38A is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB167195138-
CMYK0.1400.290.24
HSL89.47º32.2%65.29%-
HSV(B)89.47º29.23%76.47%-
XYZ40.0449.0831.41-
YUV180.13104.22118.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.4%
GREEN value IS 195 (76.56% from 255) = 39%
BLUE value IS 138 (54.30% from 255) = 27.6%
R=33.4%
G=39%
B=27.6%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671951380.1400.290.2489.4732.265.29
HexA7C38AE01D18592041
Octal247303212160353013140101
Binary10100111110000111000101011100111011100010110011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C38A; }

 p { color: rgb(167,195,138); }

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

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

 a { background-color: rgb(167,195,138); }

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

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

 span { border-color: rgb(167,195,138); }

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