Html Css Color HEX #AABE8F Norway

📋 copy color: '#AABE8F'

red 170 ◦ green 190 ◦ blue 143

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

Shades of Norway #AABE8F

Tints of Norway #AABE8F

RGB

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

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

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

R = 33.8%
G = 37.77%
B = 28.43%

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

#AABE8F (or 0xAABE8F) is known color: Norway. HEX triplet: AA, BE and 8F. RGB value is (170,190,143). Sum of RGB (Red+Green+Blue) = 170+190+143=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABE8F is #554170. Grayscale: #B2B2B2. Windows color (decimal): -5587313 or 9420458. OLE color: 9420458.

HSL color Cylindrical-coordinate representation of color #AABE8F: hue angle of 85.53º 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 #AABE8F is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 190 143 -
CMYK 0.11 0 0.25 0.25
HSL 85.53º 0.27% 0.65% -
HSV(B) 85.53º 0.25% 0.75% -
XYZ 39.95 47.36 33.02 -
YUV 178.66 107.87 121.82 -
System Red Green Blue C M Y K H S L
Decimal 170 190 143 0.11 0 0.25 0.25 85.53 0.27 0.65
Hex AA BE 8F B 0 19 19 56 1B 41
Octal 252 276 217 13 0 31 31 126 33 101
Binary 10101010 10111110 10001111 1011 0 11001 11001 1010110 11011 1000001

Color Harmonies of #AABE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABE8F

Black with #AABE8F

Text Example


Text Example

White with #AABE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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