#A5C08A

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

Shades of Norway #A5C08A

Tints of Norway #A5C08A

Color information

#A5C08A (or 0xA5C08A) is unknown color: approx Norway. HEX triplet: A5, C0 and 8A. RGB value is (165,192,138). Sum of RGB (Red+Green+Blue) = 165+192+138=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C08A is #5A3F75. Grayscale: #B1B1B1. Windows color (decimal): -5914486 or 9093285. OLE color: 9093285.

HSL color Cylindrical-coordinate representation of color #A5C08A: hue angle of 90º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5C08A is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB165192138-
CMYK0.1400.280.25
HSL90º30%64.71%-
HSV(B)90º28.12%75.29%-
XYZ38.9547.5331.17-
YUV177.77105.55118.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 192 (75.39% from 255) = 38.79%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=33.33%
G=38.79%
B=27.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651921380.1400.280.25903064.71
HexA5C08AE01C195a1e41
Octal245300212160343113236101
Binary1010010111000000100010101110011100110011011010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C08A; }

 p { color: rgb(165,192,138); }

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

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

 a { background-color: rgb(165,192,138); }

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

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

 span { border-color: rgb(165,192,138); }

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