#AABC8E

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

Shades of Norway #AABC8E

Tints of Norway #AABC8E

Color information

#AABC8E (or 0xAABC8E) is unknown color: approx Norway. HEX triplet: AA, BC and 8E. RGB value is (170,188,142). Sum of RGB (Red+Green+Blue) = 170+188+142=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC8E is #554371. Grayscale: #B1B1B1. Windows color (decimal): -5587826 or 9354410. OLE color: 9354410.

HSL color Cylindrical-coordinate representation of color #AABC8E: hue angle of 83.48º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AABC8E is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB170188142-
CMYK0.1000.240.26
HSL83.48º25.56%64.71%-
HSV(B)83.48º24.47%73.73%-
XYZ39.4446.4732.48-
YUV177.37108.04122.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 188 (73.83% from 255) = 37.6%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=34%
G=37.6%
B=28.4%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701881420.1000.240.2683.4825.5664.71
HexAABC8EA0181A531a41
Octal252274216120303212332101
Binary1010101010111100100011101010011000110101010011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABC8E; }

 p { color: rgb(170,188,142); }

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

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

 a { background-color: rgb(170,188,142); }

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

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

 span { border-color: rgb(170,188,142); }

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