#AABF8E

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

Shades of Norway #AABF8E

Tints of Norway #AABF8E

Color information

#AABF8E (or 0xAABF8E) is unknown color: approx Norway. HEX triplet: AA, BF and 8E. RGB value is (170,191,142). Sum of RGB (Red+Green+Blue) = 170+191+142=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF8E is #554071. Grayscale: #B3B3B3. Windows color (decimal): -5587058 or 9355178. OLE color: 9355178.

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

Color convert

RGB170191142-
CMYK0.1100.260.25
HSL85.71º27.68%65.29%-
HSV(B)85.71º25.65%74.9%-
XYZ40.0947.7632.7-
YUV179.14107.04121.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 191 (75% from 255) = 37.97%
BLUE value IS 142 (55.86% from 255) = 28.23%
R=33.80%
G=37.97%
B=28.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911420.1100.260.2585.7127.6865.29
HexAABF8EB01A19561c41
Octal252277216130323112634101
Binary1010101010111111100011101011011010110011010110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF8E; }

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

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

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

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

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

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

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

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