#AAC28D

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

Shades of Norway #AAC28D

Tints of Norway #AAC28D

Color information

#AAC28D (or 0xAAC28D) is unknown color: approx Norway. HEX triplet: AA, C2 and 8D. RGB value is (170,194,141). Sum of RGB (Red+Green+Blue) = 170+194+141=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC28D is #553D72. Grayscale: #B4B4B4. Windows color (decimal): -5586291 or 9290410. OLE color: 9290410.

HSL color Cylindrical-coordinate representation of color #AAC28D: hue angle of 87.17º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAC28D is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB170194141-
CMYK0.1200.270.24
HSL87.17º30.29%65.69%-
HSV(B)87.17º27.32%76.08%-
XYZ40.6849.0532.52-
YUV180.78105.55120.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 194 (76.17% from 255) = 38.42%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=33.66%
G=38.42%
B=27.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701941410.1200.270.2487.1730.2965.69
HexAAC28DC01B18571e42
Octal252302215140333012736102
Binary1010101011000010100011011100011011110001010111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC28D; }

 p { color: rgb(170,194,141); }

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

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

 a { background-color: rgb(170,194,141); }

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

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

 span { border-color: rgb(170,194,141); }

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