#AABF93

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

Shades of Norway #AABF93

Tints of Norway #AABF93

Color information

#AABF93 (or 0xAABF93) is unknown color: approx Norway. HEX triplet: AA, BF and 93. RGB value is (170,191,147). Sum of RGB (Red+Green+Blue) = 170+191+147=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF93 is #55406C. Grayscale: #B3B3B3. Windows color (decimal): -5587053 or 9682858. OLE color: 9682858.

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

Color convert

RGB170191147-
CMYK0.1100.230.25
HSL88.64º25.58%66.27%-
HSV(B)88.64º23.04%74.9%-
XYZ40.4747.9134.72-
YUV179.7109.54121.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 191 (75% from 255) = 37.60%
BLUE value IS 147 (57.81% from 255) = 28.94%
R=33.46%
G=37.60%
B=28.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911470.1100.230.2588.6425.5866.27
HexAABF93B01719591a42
Octal252277223130273113132102
Binary1010101010111111100100111011010111110011011001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF93; }

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

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

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

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

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

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

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

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