#A8C58A

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

Shades of Norway #A8C58A

Tints of Norway #A8C58A

Color information

#A8C58A (or 0xA8C58A) is unknown color: approx Norway. HEX triplet: A8, C5 and 8A. RGB value is (168,197,138). Sum of RGB (Red+Green+Blue) = 168+197+138=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C58A is #573A75. Grayscale: #B5B5B5. Windows color (decimal): -5716598 or 9094568. OLE color: 9094568.

HSL color Cylindrical-coordinate representation of color #A8C58A: hue angle of 89.49º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8C58A is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB168197138-
CMYK0.1500.300.23
HSL89.49º33.71%65.69%-
HSV(B)89.49º29.95%77.25%-
XYZ40.750.0931.57-
YUV181.6103.39118.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 197 (77.34% from 255) = 39.17%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=33.40%
G=39.17%
B=27.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681971380.1500.300.2389.4933.7165.69
HexA8C58AF01E17592242
Octal250305212170362713142102
Binary10101000110001011000101011110111101011110110011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C58A; }

 p { color: rgb(168,197,138); }

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

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

 a { background-color: rgb(168,197,138); }

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

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

 span { border-color: rgb(168,197,138); }

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