#A5C48F

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

Shades of Norway #A5C48F

Tints of Norway #A5C48F

Color information

#A5C48F (or 0xA5C48F) is unknown color: approx Norway. HEX triplet: A5, C4 and 8F. RGB value is (165,196,143). Sum of RGB (Red+Green+Blue) = 165+196+143=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C48F is #5A3B70. Grayscale: #B4B4B4. Windows color (decimal): -5913457 or 9421989. OLE color: 9421989.

HSL color Cylindrical-coordinate representation of color #A5C48F: hue angle of 95.09º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5C48F is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB165196143-
CMYK0.1600.270.23
HSL95.09º30.99%66.47%-
HSV(B)95.09º27.04%76.86%-
XYZ40.2149.4633.41-
YUV180.69106.73116.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 196 (76.95% from 255) = 38.89%
BLUE value IS 143 (56.25% from 255) = 28.37%
R=32.74%
G=38.89%
B=28.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651961430.1600.270.2395.0930.9966.47
HexA5C48F1001B175f1f42
Octal245304217200332713737102
Binary10100101110001001000111110000011011101111011111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C48F; }

 p { color: rgb(165,196,143); }

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

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

 a { background-color: rgb(165,196,143); }

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

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

 span { border-color: rgb(165,196,143); }

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