Html Css Color HEX #AABE8E Norway

📋 copy color: '#AABE8E'

red 170 ◦ green 190 ◦ blue 142

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

Shades of Norway #AABE8E

Tints of Norway #AABE8E

RGB

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

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

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

R = 33.86%
G = 37.85%
B = 28.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#AABE8E (or 0xAABE8E) is known color: Norway. HEX triplet: AA, BE and 8E. RGB value is (170,190,142). Sum of RGB (Red+Green+Blue) = 170+190+142=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABE8E is #554171. Grayscale: #B2B2B2. Windows color (decimal): -5587314 or 9354922. OLE color: 9354922.

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

Color convert

RGB 170 190 142 -
CMYK 0.11 0 0.25 0.25
HSL 85º 0.27% 0.65% -
HSV(B) 85º 0.25% 0.75% -
XYZ 39.87 47.33 32.62 -
YUV 178.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 170 190 142 0.11 0 0.25 0.25 85 0.27 0.65
Hex AA BE 8E B 0 19 19 55 1B 41
Octal 252 276 216 13 0 31 31 125 33 101
Binary 10101010 10111110 10001110 1011 0 11001 11001 1010101 11011 1000001

Color Harmonies of #AABE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABE8E

Black with #AABE8E

Text Example


Text Example

White with #AABE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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