#AABE9A

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

Shades of Norway #AABE9A

Tints of Norway #AABE9A

Color information

#AABE9A (or 0xAABE9A) is unknown color: approx Norway. HEX triplet: AA, BE and 9A. RGB value is (170,190,154). Sum of RGB (Red+Green+Blue) = 170+190+154=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABE9A is #554165. Grayscale: #B4B4B4. Windows color (decimal): -5587302 or 10141354. OLE color: 10141354.

HSL color Cylindrical-coordinate representation of color #AABE9A: hue angle of 93.33º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AABE9A is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB170190154-
CMYK0.1100.190.25
HSL93.33º21.69%67.45%-
HSV(B)93.33º18.95%74.51%-
XYZ40.8247.7137.63-
YUV179.92113.37120.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 190 (74.61% from 255) = 36.96%
BLUE value IS 154 (60.55% from 255) = 29.96%
R=33.07%
G=36.96%
B=29.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901540.1100.190.2593.3321.6967.45
HexAABE9AB013195d1643
Octal252276232130233113526103
Binary1010101010111110100110101011010011110011011101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE9A; }

 p { color: rgb(170,190,154); }

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

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

 a { background-color: rgb(170,190,154); }

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

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

 span { border-color: rgb(170,190,154); }

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