Html Css Color HEX #AABE90 Norway

📋 copy color: '#AABE90'

red 170 ◦ green 190 ◦ blue 144

#AABE90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #AABE90

Tints of Norway #AABE90

RGB

 RED value IS 170 (66.8% from 255) = 33.73%

 GREEN value IS 190 (74.61% from 255) = 37.7%

 BLUE value IS 144 (56.64% from 255) = 28.57%

R = 33.73%
G = 37.7%
B = 28.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#AABE90 (or 0xAABE90) is known color: Norway. HEX triplet: AA, BE and 90. RGB value is (170,190,144). Sum of RGB (Red+Green+Blue) = 170+190+144=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABE90 is #55416F. Grayscale: #B2B2B2. Windows color (decimal): -5587312 or 9485994. OLE color: 9485994.

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

Color convert

RGB 170 190 144 -
CMYK 0.11 0 0.24 0.25
HSL 86.09º 0.26% 0.65% -
HSV(B) 86.09º 0.24% 0.75% -
XYZ 40.03 47.39 33.42 -
YUV 178.78 108.37 121.74 -
System Red Green Blue C M Y K H S L
Decimal 170 190 144 0.11 0 0.24 0.25 86.09 0.26 0.65
Hex AA BE 90 B 0 18 19 56 1A 41
Octal 252 276 220 13 0 30 31 126 32 101
Binary 10101010 10111110 10010000 1011 0 11000 11001 1010110 11010 1000001

Color Harmonies of #AABE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABE90

Black with #AABE90

Text Example


Text Example

White with #AABE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABE90; }

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

 H1.HeaderClassName
 {
   color: #AABE90;
 }
 .AnyTagClassName
 {
   color: #AABE90;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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