#A7C88F

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

Shades of Norway #A7C88F

Tints of Norway #A7C88F

Color information

#A7C88F (or 0xA7C88F) is unknown color: approx Norway. HEX triplet: A7, C8 and 8F. RGB value is (167,200,143). Sum of RGB (Red+Green+Blue) = 167+200+143=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C88F is #583770. Grayscale: #B7B7B7. Windows color (decimal): -5781361 or 9423015. OLE color: 9423015.

HSL color Cylindrical-coordinate representation of color #A7C88F: hue angle of 94.74º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A7C88F is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB167200143-
CMYK0.1600.280.22
HSL94.74º34.13%67.25%-
HSV(B)94.74º28.5%78.43%-
XYZ41.5551.5133.74-
YUV183.64105.07116.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.75%
GREEN value IS 200 (78.52% from 255) = 39.22%
BLUE value IS 143 (56.25% from 255) = 28.04%
R=32.75%
G=39.22%
B=28.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1672001430.1600.280.2294.7434.1367.25
HexA7C88F1001C165f2243
Octal247310217200342613742103
Binary101001111100100010001111100000111001011010111111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C88F; }

 p { color: rgb(167,200,143); }

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

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

 a { background-color: rgb(167,200,143); }

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

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

 span { border-color: rgb(167,200,143); }

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