#A0C38A

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

Shades of Norway #A0C38A

Tints of Norway #A0C38A

Color information

#A0C38A (or 0xA0C38A) is unknown color: approx Norway. HEX triplet: A0, C3 and 8A. RGB value is (160,195,138). Sum of RGB (Red+Green+Blue) = 160+195+138=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C38A is #5F3C75. Grayscale: #B2B2B2. Windows color (decimal): -6241398 or 9094048. OLE color: 9094048.

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

Color convert

RGB160195138-
CMYK0.1800.290.24
HSL96.84º32.2%65.29%-
HSV(B)96.84º29.23%76.47%-
XYZ38.648.3431.34-
YUV178.04105.4115.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.45%
GREEN value IS 195 (76.56% from 255) = 39.55%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=32.45%
G=39.55%
B=27.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601951380.1800.290.2496.8432.265.29
HexA0C38A1201D18612041
Octal240303212220353014140101
Binary101000001100001110001010100100111011100011000011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C38A; }

 p { color: rgb(160,195,138); }

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

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

 a { background-color: rgb(160,195,138); }

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

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

 span { border-color: rgb(160,195,138); }

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