#AABF90

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

Shades of Norway #AABF90

Tints of Norway #AABF90

Color information

#AABF90 (or 0xAABF90) is unknown color: approx Norway. HEX triplet: AA, BF and 90. RGB value is (170,191,144). Sum of RGB (Red+Green+Blue) = 170+191+144=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF90 is #55406F. Grayscale: #B3B3B3. Windows color (decimal): -5587056 or 9486250. OLE color: 9486250.

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

Color convert

RGB170191144-
CMYK0.1100.250.25
HSL86.81º26.86%65.69%-
HSV(B)86.81º24.61%74.9%-
XYZ40.2447.8233.49-
YUV179.36108.04121.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 191 (75% from 255) = 37.82%
BLUE value IS 144 (56.64% from 255) = 28.51%
R=33.66%
G=37.82%
B=28.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911440.1100.250.2586.8126.8665.69
HexAABF90B01919571b42
Octal252277220130313112733102
Binary1010101010111111100100001011011001110011010111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF90; }

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

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

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

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

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

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

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

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