#a7c28d

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

Shades of Norway #A7C28D

Tints of Norway #A7C28D

Color information

#A7C28D (or 0xA7C28D) is unknown color: approx Norway. HEX triplet: A7, C2 and 8D. RGB value is (167,194,141). Sum of RGB (Red+Green+Blue) = 167+194+141=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C28D is #583D72. Grayscale: #B4B4B4. Windows color (decimal): -5782899 or 9290407. OLE color: 9290407.

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

Color convert

RGB167194141-
CMYK0.1400.270.24
HSL90.57º30.29%65.69%-
HSV(B)90.57º27.32%76.08%-
XYZ40.0448.7232.49-
YUV179.89106.05118.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.27%
GREEN value IS 194 (76.17% from 255) = 38.65%
BLUE value IS 141 (55.47% from 255) = 28.09%
R=33.27%
G=38.65%
B=28.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671941410.1400.270.2490.5730.2965.69
HexA7C28DE01B185b1e42
Octal247302215160333013336102
Binary1010011111000010100011011110011011110001011011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7c28d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7c28d; }

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

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

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

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

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

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

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

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