Html Css Color HEX #AABC8F Norway

📋 copy color: '#AABC8F'

red 170 ◦ green 188 ◦ blue 143

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

Shades of Norway #AABC8F

Tints of Norway #AABC8F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.52%

 BLUE value IS 143 (56.25% from 255) = 28.54%

R = 33.93%
G = 37.52%
B = 28.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#AABC8F (or 0xAABC8F) is known color: Norway. HEX triplet: AA, BC and 8F. RGB value is (170,188,143). Sum of RGB (Red+Green+Blue) = 170+188+143=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC8F is #554370. Grayscale: #B1B1B1. Windows color (decimal): -5587825 or 9419946. OLE color: 9419946.

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

Color convert

RGB 170 188 143 -
CMYK 0.10 0 0.24 0.26
HSL 84º 0.25% 0.65% -
HSV(B) 84º 0.24% 0.74% -
XYZ 39.52 46.5 32.88 -
YUV 177.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 170 188 143 0.10 0 0.24 0.26 84 0.25 0.65
Hex AA BC 8F A 0 18 1A 54 19 41
Octal 252 274 217 12 0 30 32 124 31 101
Binary 10101010 10111100 10001111 1010 0 11000 11010 1010100 11001 1000001

Color Harmonies of #AABC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC8F

Black with #AABC8F

Text Example


Text Example

White with #AABC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC8F; }

 p { color: rgb(170,188,143); }

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

background-color css

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

 a { background-color: rgb(170,188,143); }

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

border-color css

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

 span { border-color: rgb(170,188,143); }

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