Html Css Color HEX #AABC8E Norway

📋 copy color: '#AABC8E'

red 170 ◦ green 188 ◦ blue 142

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

Shades of Norway #AABC8E

Tints of Norway #AABC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.4%

R = 34%
G = 37.6%
B = 28.4%

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

#AABC8E (or 0xAABC8E) is known color: Norway. HEX triplet: AA, BC and 8E. RGB value is (170,188,142). Sum of RGB (Red+Green+Blue) = 170+188+142=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC8E is #554371. Grayscale: #B1B1B1. Windows color (decimal): -5587826 or 9354410. OLE color: 9354410.

HSL color Cylindrical-coordinate representation of color #AABC8E: hue angle of 83.48º degrees, saturation: 0.26, 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 #AABC8E is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 142 -
CMYK 0.10 0 0.24 0.26
HSL 83.48º 0.26% 0.65% -
HSV(B) 83.48º 0.24% 0.74% -
XYZ 39.44 46.47 32.48 -
YUV 177.37 108.04 122.74 -
System Red Green Blue C M Y K H S L
Decimal 170 188 142 0.10 0 0.24 0.26 83.48 0.26 0.65
Hex AA BC 8E A 0 18 1A 53 1A 41
Octal 252 274 216 12 0 30 32 123 32 101
Binary 10101010 10111100 10001110 1010 0 11000 11010 1010011 11010 1000001

Color Harmonies of #AABC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC8E

Black with #AABC8E

Text Example


Text Example

White with #AABC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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