Html Css Color HEX #AABF8F Norway

📋 copy color: '#AABF8F'

red 170 ◦ green 191 ◦ blue 143

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

Shades of Norway #AABF8F

Tints of Norway #AABF8F

RGB

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

 GREEN value IS 191 (75% from 255) = 37.9%

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

R = 33.73%
G = 37.9%
B = 28.37%

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

#AABF8F (or 0xAABF8F) is known color: Norway. HEX triplet: AA, BF and 8F. RGB value is (170,191,143). Sum of RGB (Red+Green+Blue) = 170+191+143=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF8F is #554070. Grayscale: #B3B3B3. Windows color (decimal): -5587057 or 9420714. OLE color: 9420714.

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

Color convert

RGB 170 191 143 -
CMYK 0.11 0 0.25 0.25
HSL 86.25º 0.27% 0.65% -
HSV(B) 86.25º 0.25% 0.75% -
XYZ 40.17 47.79 33.09 -
YUV 179.25 107.54 121.4 -
System Red Green Blue C M Y K H S L
Decimal 170 191 143 0.11 0 0.25 0.25 86.25 0.27 0.65
Hex AA BF 8F B 0 19 19 56 1B 41
Octal 252 277 217 13 0 31 31 126 33 101
Binary 10101010 10111111 10001111 1011 0 11001 11001 1010110 11011 1000001

Color Harmonies of #AABF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF8F

Black with #AABF8F

Text Example


Text Example

White with #AABF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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