#A7C288

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

Shades of Norway #A7C288

Tints of Norway #A7C288

Color information

#A7C288 (or 0xA7C288) is unknown color: approx Norway. HEX triplet: A7, C2 and 88. RGB value is (167,194,136). Sum of RGB (Red+Green+Blue) = 167+194+136=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C288 is #583D77. Grayscale: #B3B3B3. Windows color (decimal): -5782904 or 8962727. OLE color: 8962727.

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

Color convert

RGB167194136-
CMYK0.1400.300.24
HSL87.93º32.22%64.71%-
HSV(B)87.93º29.9%76.08%-
XYZ39.6748.5830.58-
YUV179.32103.55119.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.60%
GREEN value IS 194 (76.17% from 255) = 39.03%
BLUE value IS 136 (53.52% from 255) = 27.36%
R=33.60%
G=39.03%
B=27.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671941360.1400.300.2487.9332.2264.71
HexA7C288E01E18582041
Octal247302210160363013040101
Binary10100111110000101000100011100111101100010110001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C288; }

 p { color: rgb(167,194,136); }

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

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

 a { background-color: rgb(167,194,136); }

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

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

 span { border-color: rgb(167,194,136); }

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